Disable qsyncthingtray

This commit is contained in:
Leonora Tindall 2024-02-18 17:44:34 -06:00
parent 44f62b7719
commit 5810ec79f5
1 changed files with 0 additions and 5 deletions

View File

@ -2,10 +2,5 @@
{ {
services.syncthing = { services.syncthing = {
enable = true; enable = true;
tray = {
enable = true;
package = pkgs.qsyncthingtray;
command = "qsyncthingtray";
};
}; };
} }