From e5be1b567563f940470e3d10deef31e778fae629 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 25 Aug 2025 07:57:17 -0700 Subject: [PATCH] [home] Update syncthingtray config Change from explicitly launching syncthingtray to just having it accessible. I attempted to get plasma-manager to automatically add the plasmoid but was unsuccessful. --- home/home.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/home.nix b/home/home.nix index 4d445ef..caff3bd 100644 --- a/home/home.nix +++ b/home/home.nix @@ -57,6 +57,7 @@ in pkgs.ncdu pkgs.nextcloud-talk-desktop pkgs.openscad-unstable + pkgs.syncthingtray pkgs.pandoc #pkgs.pinentry-qt #pkgs.pytest @@ -193,10 +194,6 @@ in services.syncthing = { enable = true; - tray = { - enable = true; - command = "syncthingtray --wait"; - }; }; xdg.enable = true;