mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Add binaries of tray-applets to PATH
This commit is contained in:
parent
841282c1a1
commit
63819772d0
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue