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; }