add networkmanager on desktops

Also adds my user to the group to control it
This commit is contained in:
Romain Paquet 2026-03-26 21:16:42 +00:00
parent c7ec1a5423
commit 4b22702ed6
2 changed files with 14 additions and 2 deletions

View file

@ -52,4 +52,8 @@
};
programs.kdeconnect.enable = true;
networking.networkmanager = {
enable = true;
};
}