summary refs log tree commit diff stats
path: root/modules/hardware
diff options
context:
space:
mode:
authorAlan Pearce2019-09-28 20:26:47 +0200
committerAlan Pearce2019-09-28 22:16:43 +0200
commit9c7c0c7045593de0096e7b7b0e8f76e6d8e9293a (patch)
tree76a60d1ac0092ce590796c8b1a139cc120e478a3 /modules/hardware
parenta2445532c27239fc592a54869e604037cedd72c5 (diff)
downloadnixos-configuration-9c7c0c7045593de0096e7b7b0e8f76e6d8e9293a.tar.lz
nixos-configuration-9c7c0c7045593de0096e7b7b0e8f76e6d8e9293a.tar.zst
nixos-configuration-9c7c0c7045593de0096e7b7b0e8f76e6d8e9293a.zip
Move NetworkManager applet to network-manager configuration
Diffstat (limited to 'modules/hardware')
-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 04480a8..322e222 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
   ];