fixup! Remove tray from waybar

This commit is contained in:
Leonardo Eugênio 2022-10-31 13:31:25 -03:00
parent 68558aecba
commit 4b4c393567
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ let inherit (import ./variables.nix) key theme color accent font;
in {
services.syncthing = {
enable = true;
tray.enable = true;
# tray.enable = true;
};
}