mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add wifi alias
This commit is contained in:
parent
608f0227ac
commit
4feb8efb85
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,11 @@
|
|||
{ ulib, ... }: with ulib;
|
||||
{ ulib, ... }: with ulib; merge
|
||||
|
||||
systemConfiguration {
|
||||
(systemConfiguration {
|
||||
networking.networkmanager = enabled {};
|
||||
|
||||
users.extraGroups.networkmanager.members = [ "nixos" ];
|
||||
}
|
||||
})
|
||||
|
||||
(homeConfiguration {
|
||||
programs.nushell.shellAliases.wifi = "nmcli dev wifi show-password";
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue