Disable syncthing tray

This commit is contained in:
Evie Litherland-Smith 2023-06-10 08:30:14 +01:00
parent 9f027dd380
commit c3f2c8d15e

View file

@ -18,7 +18,7 @@
services.syncthing = { services.syncthing = {
enable = true; enable = true;
tray = {enable = true;}; tray = {enable = false;};
}; };
wayland.windowManager.sway = { wayland.windowManager.sway = {