1
Fork 0
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:
RGBCube 2023-11-01 19:18:26 +03:00
parent e855a4495a
commit d2edbc7c84

View file

@ -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
])