summary refs log tree commit diff stats
path: root/modules/hardware/network-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/network-manager.nix')
-rw-r--r--modules/hardware/network-manager.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/hardware/network-manager.nix b/modules/hardware/network-manager.nix
index 04480a8c..322e2222 100644
--- a/modules/hardware/network-manager.nix
+++ b/modules/hardware/network-manager.nix
@@ -5,6 +5,10 @@
     dns = "unbound";
   };
 
+  services.xserver.displayManager.sessionCommands = ''
+    ${pkgs.networkmanagerapplet}/bin/nm-applet &
+  '';
+
   environment.systemPackages = with pkgs; [
     networkmanagerapplet
   ];