syncthing: way for tray

This commit is contained in:
Leonardo Eugênio 2024-03-24 12:30:09 -03:00
parent 842dd739df
commit b30a6d2642
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
{ ... }: {
services.syncthing = {
enable = true;
tray.enable = true;
tray = {
enable = true;
command = "syncthingtray --wait";
};
};
}