From c1042ae01a19b9a65b7a7759dc3984671980eeb2 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Tue, 20 Oct 2020 15:51:31 +0200 Subject: [PATCH] fix(syncthing): fix tray issues by disabling it --- home/syncthing.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/syncthing.nix b/home/syncthing.nix index 9050e7f..4df9286 100644 --- a/home/syncthing.nix +++ b/home/syncthing.nix @@ -1,5 +1,6 @@ { config, pkgs, ... }: { - services.syncthing.tray = true; + # TODO https://github.com/nix-community/home-manager/issues/1425 + # services.syncthing.tray = true; }