persist
This commit is contained in:
parent
be0e537337
commit
152c11f911
2 changed files with 36 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
xdg-utils
|
||||
hyprshot
|
||||
|
||||
obsidian
|
||||
# obsidian
|
||||
xournalpp
|
||||
vlc
|
||||
keepassxc
|
||||
|
|
|
|||
|
|
@ -1 +1,35 @@
|
|||
{...}: {}
|
||||
{
|
||||
lib,
|
||||
conf,
|
||||
}: {
|
||||
data = {
|
||||
directories = [
|
||||
".config/syncthing"
|
||||
".gnupg"
|
||||
".local/share/PrismLauncher/instances"
|
||||
".ssh"
|
||||
|
||||
"nixos"
|
||||
];
|
||||
files = [];
|
||||
};
|
||||
|
||||
cache = {
|
||||
directories = [
|
||||
".cache/nix"
|
||||
".cache/spotify"
|
||||
".cargo"
|
||||
".config/obsidian"
|
||||
".config/spotify"
|
||||
lib.mkIf
|
||||
conf.gaming.enable
|
||||
".local/share/PrismLauncher"
|
||||
lib.mkIf
|
||||
conf.gaming.enable
|
||||
".local/share/Steam"
|
||||
".local/state/wireplumber"
|
||||
".thunderbird"
|
||||
];
|
||||
files = [];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue