These dotfiles are based on Hyprdots/HyDE Installing HyDE after minimal archinstall installs conflicting network managers which can cause disconnects. Run this to fix that
sudo systemctl disable --now iwd.service
sudo pacman -R iwd
sudo systemctl restart NetworkManager.service
Reboot after that