dotfiles/wifi.nix

8 lines
109 B
Nix

{...}:
{
networking = {
networkmanager.wifi.backend = "iwd";
wireless.iwd.enable = true;
};
}