mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add nmcli and nmtui
This commit is contained in:
parent
e855a4495a
commit
d2edbc7c84
1 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
||||||
{ systemConfiguration, enabled, ... }:
|
{ lib, pkgs, systemConfiguration, systemPackages, enabled, ... }: lib.recursiveUpdate
|
||||||
|
|
||||||
systemConfiguration {
|
(systemConfiguration {
|
||||||
networking.networkmanager = enabled {};
|
networking.networkmanager = enabled {};
|
||||||
}
|
})
|
||||||
|
|
||||||
|
(with pkgs; systemPackages [
|
||||||
|
nmcli
|
||||||
|
nmtui
|
||||||
|
])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue