summary refs log tree commit diff stats
path: root/modules/programs
diff options
context:
space:
mode:
authorAlan Pearce2018-02-13 13:35:25 +0100
committerAlan Pearce2018-02-13 13:35:25 +0100
commit092fb00879d9593e41acf085141ebe2574421da4 (patch)
tree823c3f26af2646e5780e366da36dad4b1c6c46b2 /modules/programs
parentb1d95be08bebcb8c1cdf3133b812c861247f8f1d (diff)
downloadnixos-configuration-092fb00879d9593e41acf085141ebe2574421da4.tar.lz
nixos-configuration-092fb00879d9593e41acf085141ebe2574421da4.tar.zst
nixos-configuration-092fb00879d9593e41acf085141ebe2574421da4.zip
Move some startup programs to sessionCommands
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/window-manager.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/programs/window-manager.nix b/modules/programs/window-manager.nix
index ff3fc3e..9c92f47 100644
--- a/modules/programs/window-manager.nix
+++ b/modules/programs/window-manager.nix
@@ -8,6 +8,7 @@
      sessionCommands = ''
        ${pkgs.xorg.xsetroot}/bin/xsetroot -cursor_name left_ptr -solid '#4d4d4c' &
        ${pkgs.hsetroot}/bin/hsetroot -solid '#4d4d4c'
+       ${pkgs.networkmanagerapplet}/bin/nm-applet &
      '';
    };
     xautolock = {