removed syncthing tray

This commit is contained in:
rotterdam 2023-02-11 09:22:22 -03:00
parent 99117411dd
commit 05dac860fa

View file

@ -3,12 +3,5 @@
{ {
services = { services = {
kdeconnect.enable = true; kdeconnect.enable = true;
syncthing = {
enable = true;
tray = {
enable = true;
package = pkgs.writeShellScriptBin "syncthingtray" "exec ${pkgs.syncthingtray}/bin/syncthingtray --wait" // { pname = "syncthingtray"; }; # Override synctray so it waits for a system tray
};
};
}; };
} }