nixos-config/modules/networkmanager.nix

5 lines
78 B
Nix

{
# Laptops need NetworkManger
networking.networkmanager.enable = true;
}