home/syncthing: init
This commit is contained in:
parent
db8a928c44
commit
e19a21ccd4
2 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,7 @@ let
|
|||
optionalDesktopModule = lib.optional (systemProfile == "desktop") {
|
||||
imports = [
|
||||
./home/dconf
|
||||
./home/syncthing
|
||||
./home/terminal
|
||||
];
|
||||
# other files
|
||||
|
|
3
users/max/home/syncthing/default.nix
Normal file
3
users/max/home/syncthing/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.syncthing.enable = true;
|
||||
}
|
Loading…
Reference in a new issue