summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2019-12-20 15:40:52 +0100
committerAlan Pearce2019-12-20 15:40:52 +0100
commit12892d7614e04025a3c973aa4166106201357ff4 (patch)
tree83ef8a4f261600c15e79631beaaebf8c4ea0782a /system
parent8c70c12deaa081a525501be12f1b9410502c6321 (diff)
downloadnixfiles-12892d7614e04025a3c973aa4166106201357ff4.tar.lz
nixfiles-12892d7614e04025a3c973aa4166106201357ff4.tar.zst
nixfiles-12892d7614e04025a3c973aa4166106201357ff4.zip
window-manager: startup nmapplet
Diffstat (limited to 'system')
-rw-r--r--system/settings/programs/window-manager.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/programs/window-manager.nix b/system/settings/programs/window-manager.nix
index 2e611b1d..4a7a67a7 100644
--- a/system/settings/programs/window-manager.nix
+++ b/system/settings/programs/window-manager.nix
@@ -14,6 +14,7 @@
      sessionCommands = ''
        ${pkgs.xorg.xrdb}/bin/xrdb -merge $HOME/.xresources/main
        ${pkgs.xorg.xsetroot}/bin/xsetroot -cursor_name left_ptr -solid '#4d4d4c'
+       ${pkgs.networkmanagerapplet}/bin/nm-applet &
      '';
    };
     xautolock = {