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 neofetch
bottom bottom
htop htop
iwgtk nm-tray
wg-netmanager
podman-compose podman-compose
udisks udisks
]; ];
@ -57,6 +58,7 @@
"video" "video"
"seat" "seat"
"audio" "audio"
"networkmanager"
]; ];
group = "gaspard"; group = "gaspard";
}; };

View file

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