nixos-config/modules/network-manager.nix

8 lines
70 B
Nix

{ ... }:
{
networking.networkmanager = {
enable = true;
};
}