syncthing
This commit is contained in:
parent
da80e76c8d
commit
bb7f4afae3
16 changed files with 158 additions and 57 deletions
|
|
@ -1,16 +1,15 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
{lib, config}: {
|
||||
data = {
|
||||
directories = [
|
||||
".config/syncthing"
|
||||
".config/sops"
|
||||
".gnupg"
|
||||
".local/share/PrismLauncher/instances"
|
||||
".ssh"
|
||||
|
||||
"nixos"
|
||||
"sync"
|
||||
"code"
|
||||
];
|
||||
files = [];
|
||||
};
|
||||
|
|
@ -22,18 +21,13 @@
|
|||
".cargo"
|
||||
".config/obsidian"
|
||||
".config/spotify"
|
||||
(
|
||||
lib.optional
|
||||
config.gaming.enable
|
||||
".local/share/PrismLauncher"
|
||||
)
|
||||
(
|
||||
lib.optional
|
||||
config.gaming.enable
|
||||
".local/share/Steam"
|
||||
)
|
||||
".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