refactor(Zephyrus): Now use NetworkManager instead of iwd

This commit is contained in:
GaspardCulis 2024-10-12 18:55:31 +02:00
parent fb3da5ff45
commit dc8f7c3385
2 changed files with 4 additions and 2 deletions

View file

@ -31,7 +31,8 @@
neofetch
bottom
htop
iwgtk
nm-tray
wg-netmanager
podman-compose
udisks
];
@ -57,6 +58,7 @@
"video"
"seat"
"audio"
"networkmanager"
];
group = "gaspard";
};

View file

@ -34,7 +34,7 @@
};
# Network & Bluetooth
networking.wireless.iwd.enable = true;
networking.networkmanager.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;