Obviously we need nm-applet

This commit is contained in:
Benson Chu 2025-04-05 16:56:07 -05:00
parent 7c2cda7f1a
commit abbfb4b9c0

View file

@ -14,6 +14,8 @@ in
networkmanager.enable = true;
};
programs.nm-applet.enable = true;
users.users.nshields = {
isNormalUser = true;
shell = pkgs.zsh;