feat: add network manager to laptop
1 files changed, 2 insertions(+), 0 deletions(-) M hosts/laptop/default.nix
M hosts/laptop/default.nix => hosts/laptop/default.nix +2 -0
@@ 50,6 50,8 @@ ]; }; + networking.networkmanager.enable = true; + programs = { # No xbacklight, this is the alterantive light.enable = true; };