fix: add GNOME network settings and iwd WiFi backend

- Add gnome-control-center for GNOME Settings network panel
- Add iwd (iNet wireless daemon) for better WiFi support
- Enable iwd service and configure NetworkManager to use it
- This should make WiFi options visible in GNOME settings

Test in VM first with 'make vm' before building new ISO
This commit is contained in:
2025-09-16 00:49:21 +02:00
parent 629fe7f583
commit 9acf7c3deb
2 changed files with 7 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ This file provides guidelines for AI coding agents operating within this reposit
- Document complex logic with comments
- Test locally before cloud deployment
- Maintain feature parity between USB/VM environments where possible
- **ALWAYS check package existence on search.nixos.org before adding new packages**
## ⚠️ Critical Warnings