programs: define persistence for Tangram
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
./splatmoji.nix
|
||||
./steam.nix
|
||||
./sublime-music.nix
|
||||
./tangram.nix
|
||||
./vlc.nix
|
||||
./web-browser.nix
|
||||
./wireshark.nix
|
||||
|
13
hosts/common/programs/tangram.nix
Normal file
13
hosts/common/programs/tangram.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
# Tangram is a GTK/webkit browser
|
||||
# it views each tab as a distinct application, persisted, and where the 'home' button action is specific to each tab.
|
||||
# it supports ephemeral tabs, but UX is heavily geared to GCing those as early as possible.
|
||||
|
||||
{ ... }:
|
||||
{
|
||||
sane.programs.tangram = {
|
||||
persist.private = [
|
||||
".cache/Tangram"
|
||||
".local/share/Tangram"
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user