syncthing: way for tray

This commit is contained in:
Leonardo Eugênio 2024-03-24 12:30:09 -03:00
parent a55398d745
commit 56042cc774

View file

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