From 4b4c39356756606977b73054be33c6a39b0d78f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 31 Oct 2022 13:31:25 -0300 Subject: [PATCH] fixup! Remove tray from waybar --- user/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/syncthing.nix b/user/syncthing.nix index 8559728..d8b3a9b 100644 --- a/user/syncthing.nix +++ b/user/syncthing.nix @@ -3,6 +3,6 @@ let inherit (import ./variables.nix) key theme color accent font; in { services.syncthing = { enable = true; - tray.enable = true; + # tray.enable = true; }; }