Browse Source

refactor: move syncthing to default

Zander Hawke 10 months ago
parent
commit
782ea66ea9
2 changed files with 2 additions and 4 deletions
  1. 2 1
      home/features/desktop/default.nix
  2. 0 3
      home/features/desktop/syncthing.nix

+ 2 - 1
home/features/desktop/default.nix

@@ -3,8 +3,9 @@
     ./aerospace.nix
     ./fonts.nix
     ./ghostty.nix
-    ./syncthing.nix
     ./yubikey.nix
     ./zen-browser.nix
   ];
+
+  services.syncthing.enable = true;
 }

+ 0 - 3
home/features/desktop/syncthing.nix

@@ -1,3 +0,0 @@
-{
-  services.syncthing.enable = true;
-}