[home] Update syncthingtray config

Change from explicitly launching syncthingtray to just having it
accessible. I attempted to get plasma-manager to automatically add the
plasmoid but was unsuccessful.
This commit is contained in:
2025-08-25 07:57:17 -07:00
parent 878962ad41
commit e5be1b5675

View File

@@ -57,6 +57,7 @@ in
pkgs.ncdu
pkgs.nextcloud-talk-desktop
pkgs.openscad-unstable
pkgs.syncthingtray
pkgs.pandoc
#pkgs.pinentry-qt
#pkgs.pytest
@@ -193,10 +194,6 @@ in
services.syncthing = {
enable = true;
tray = {
enable = true;
command = "syncthingtray --wait";
};
};
xdg.enable = true;