diff --git a/user/syncthing.nix b/user/syncthing.nix index 8559728..d8b3a9b 100644 --- a/user/syncthing.nix +++ b/user/syncthing.nix @@ -3,6 +3,6 @@ let inherit (import ./variables.nix) key theme color accent font; in { services.syncthing = { enable = true; - tray.enable = true; + # tray.enable = true; }; }