From cf0116f707e23d7ee607c44ce778e35be54ad5c6 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 21 Jun 2022 18:25:39 +0200 Subject: [PATCH] disable synthing tray --- home/syncthing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/syncthing/default.nix b/home/syncthing/default.nix index fe7558d..38630cd 100644 --- a/home/syncthing/default.nix +++ b/home/syncthing/default.nix @@ -3,6 +3,6 @@ { services.syncthing = { enable = true; - tray.enable = true; + # tray.enable = true; }; }