1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Enable NetworkManager for all systems

This commit is contained in:
RGBCube 2024-01-02 15:07:13 +03:00
parent 75b3da3f3c
commit 849072916d
No known key found for this signature in database

View file

@ -1,11 +1,11 @@
{ ulib, ... }: with ulib; merge
(desktopSystemConfiguration {
(systemConfiguration {
networking.networkmanager = enabled {};
users.extraGroups.networkmanager.members = ulib.users.all;
})
(desktopHomeConfiguration {
(homeConfiguration {
programs.nushell.shellAliases.wifi = "nmcli dev wifi show-password";
})