nixos-combined-flake/modules/nixos/desktop/networkmanager/default.nix

6 lines
60 B
Nix

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