소스 검색

refactor: move syncthing to default

Zander Hawke 10 달 전
부모
커밋
782ea66ea9
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  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;
-}