fixup! Remove tray from waybar
This commit is contained in:
parent
68558aecba
commit
4b4c393567
|
@ -3,6 +3,6 @@ let inherit (import ./variables.nix) key theme color accent font;
|
||||||
in {
|
in {
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tray.enable = true;
|
# tray.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue