diff --git a/home/file/sway/module/Waybar.nix b/home/file/sway/module/Waybar.nix index 8fd90abc..d846516a 100644 --- a/home/file/sway/module/Waybar.nix +++ b/home/file/sway/module/Waybar.nix @@ -4,6 +4,5 @@ exec waybar exec nm-applet exec blueman-applet - exec syncthingtray ''; } diff --git a/option/Syncthing.nix b/option/Syncthing.nix index d8cc969c..8554dac8 100644 --- a/option/Syncthing.nix +++ b/option/Syncthing.nix @@ -7,10 +7,7 @@ cfg = config.module.syncthing; in { config = lib.mkIf cfg.enable { - environment.systemPackages = with pkgs; [ - syncthing - syncthingtray - ]; + environment.systemPackages = with pkgs; [ syncthing ]; services.syncthing = { inherit (cfg) enable dataDir user group openDefaultPorts; systemService = true;