diff --git a/users/desktops/common/services.nix b/users/desktops/common/services.nix index ee3ad03..34b15bf 100644 --- a/users/desktops/common/services.nix +++ b/users/desktops/common/services.nix @@ -3,12 +3,5 @@ { services = { kdeconnect.enable = true; - syncthing = { - enable = true; - tray = { - enable = true; - package = pkgs.writeShellScriptBin "syncthingtray" "exec ${pkgs.syncthingtray}/bin/syncthingtray --wait" // { pname = "syncthingtray"; }; # Override synctray so it waits for a system tray - }; - }; }; }