mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +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;
|
xsession.enable = osConfig.services.xserver.enable;
|
||||||
|
|
||||||
|
home.packages = [pkgs.syncthingtray-minimal];
|
||||||
|
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
syncthingtray = {
|
syncthingtray = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
|
@ -58,6 +60,8 @@ in {
|
||||||
|
|
||||||
xsession.enable = osConfig.services.xserver.enable;
|
xsession.enable = osConfig.services.xserver.enable;
|
||||||
|
|
||||||
|
home.packages = [pkgs.networkmanagerapplet];
|
||||||
|
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
nm-applet = {
|
nm-applet = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue