Disable syncthing tray
This commit is contained in:
parent
9f027dd380
commit
c3f2c8d15e
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tray = {enable = true;};
|
tray = {enable = false;};
|
||||||
};
|
};
|
||||||
|
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
|
|
Loading…
Reference in a new issue