Fix syncthingtray complaining on login

This commit is contained in:
2024-08-23 09:09:34 -07:00
parent 4640c8723b
commit 3e45521719

View File

@@ -200,8 +200,7 @@ in
enable = true;
tray = {
enable = true;
package = pkgs.qsyncthingtray;
command = "qsyncthingtray --wait";
command = "syncthingtray --wait";
};
};