Forráskód Böngészése

refactor: move syncthing to default

Zander Hawke 10 hónapja
szülő
commit
782ea66ea9

+ 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;
-}