treewide: add syncthing
This commit is contained in:
parent
95120530bd
commit
a1a1258214
3 changed files with 8 additions and 0 deletions
5
home/services/syncthing.nix
Normal file
5
home/services/syncthing.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -41,6 +41,7 @@ in {
|
|||
"${home}/programs/swayidle.nix"
|
||||
|
||||
"${home}/terminal/emulators/foot.nix"
|
||||
"${home}/services/syncthing.nix"
|
||||
];
|
||||
extraSpecialArgs = specialArgs;
|
||||
};
|
||||
|
|
|
@ -43,6 +43,8 @@ in {
|
|||
"${home}/programs/swayidle.nix"
|
||||
|
||||
"${home}/terminal/emulators/foot.nix"
|
||||
|
||||
"${home}/services/syncthing.nix"
|
||||
];
|
||||
extraSpecialArgs = specialArgs;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue