[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:
@@ -57,6 +57,7 @@ in
|
|||||||
pkgs.ncdu
|
pkgs.ncdu
|
||||||
pkgs.nextcloud-talk-desktop
|
pkgs.nextcloud-talk-desktop
|
||||||
pkgs.openscad-unstable
|
pkgs.openscad-unstable
|
||||||
|
pkgs.syncthingtray
|
||||||
pkgs.pandoc
|
pkgs.pandoc
|
||||||
#pkgs.pinentry-qt
|
#pkgs.pinentry-qt
|
||||||
#pkgs.pytest
|
#pkgs.pytest
|
||||||
@@ -193,10 +194,6 @@ in
|
|||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tray = {
|
|
||||||
enable = true;
|
|
||||||
command = "syncthingtray --wait";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user