add syncthing tray

This commit is contained in:
sid 2026-03-01 21:47:23 +01:00
parent 17789ce55d
commit 44a372ed8b
3 changed files with 6 additions and 1 deletions

View file

@ -23,6 +23,7 @@
./spotify-player.nix
./ssh-hosts.nix
./stylix.nix
./syncthing-tray.nix
./vscode.nix
./waybar.nix
./xdg.nix

View file

@ -18,7 +18,6 @@ in
pdfarranger
remmina
spotify
syncthingtray
teams-for-linux
texliveFull
xournalpp

View file

@ -0,0 +1,5 @@
{
services.syncthing.tray = {
enable = true;
};
}