Add binaries of tray-applets to PATH

This commit is contained in:
SebastianStork 2024-03-27 17:25:09 +01:00
parent 841282c1a1
commit 63819772d0

View file

@ -30,6 +30,8 @@ in {
xsession.enable = osConfig.services.xserver.enable;
home.packages = [pkgs.syncthingtray-minimal];
systemd.user.services = {
syncthingtray = {
Unit = {
@ -58,6 +60,8 @@ in {
xsession.enable = osConfig.services.xserver.enable;
home.packages = [pkgs.networkmanagerapplet];
systemd.user.services = {
nm-applet = {
Unit = {