paper
This commit is contained in:
parent
94db9bfcd6
commit
9ba3b9d1a7
5 changed files with 26 additions and 21 deletions
|
|
@ -3,13 +3,22 @@
|
|||
directories = [
|
||||
".config/syncthing"
|
||||
".config/sops"
|
||||
".config/keepassxc"
|
||||
".config/obsidian"
|
||||
".gnupg"
|
||||
".local/share/PrismLauncher/instances"
|
||||
".ssh"
|
||||
|
||||
".thunderbird"
|
||||
|
||||
"nixos"
|
||||
"sync"
|
||||
"obsidian"
|
||||
"code"
|
||||
".keepass"
|
||||
] ++ lib.optionals config.gaming.enable [
|
||||
".local/share/PrismLauncher/instances"
|
||||
".local/share/PrismLauncher"
|
||||
".local/share/Steam"
|
||||
];
|
||||
files = [];
|
||||
};
|
||||
|
|
@ -19,15 +28,9 @@
|
|||
".cache/nix"
|
||||
".cache/spotify"
|
||||
".cargo"
|
||||
".config/obsidian"
|
||||
".config/spotify"
|
||||
".local/state/wireplumber"
|
||||
".thunderbird"
|
||||
"tmp"
|
||||
] ++ lib.optionals config.gaming.enable [
|
||||
".local/share/PrismLauncher"
|
||||
".local/share/Steam"
|
||||
".steam"
|
||||
];
|
||||
files = [];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue