fix(syncthing): fix tray issues by disabling it
This commit is contained in:
parent
0ece8ef1d1
commit
c1042ae01a
|
@ -1,5 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.syncthing.tray = true;
|
||||
# TODO https://github.com/nix-community/home-manager/issues/1425
|
||||
# services.syncthing.tray = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue