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:
parent
75b3da3f3c
commit
849072916d
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue