From b3340def96f6bf9c2720478c81acd3b2d17ca56f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 8 Dec 2024 06:06:14 +0300 Subject: [PATCH] Syncthing: Disable tray. --- home/file/sway/module/Waybar.nix | 1 - option/Syncthing.nix | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) 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;