fix(syncthing): fix tray issues by disabling it

This commit is contained in:
Felix Schröter 2020-10-20 15:51:31 +02:00
parent 0ece8ef1d1
commit c1042ae01a
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -1,5 +1,6 @@
{ config, pkgs, ... }:
{
services.syncthing.tray = true;
# TODO https://github.com/nix-community/home-manager/issues/1425
# services.syncthing.tray = true;
}