kde: Add NetworkManager
This commit is contained in:
parent
359b8603b7
commit
d842372486
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
group = "colord";
|
||||
mode = "u=rwx,g=rx,o=";
|
||||
}
|
||||
"/etc/NetworkManager/system-connections"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
|
|
|
@ -32,6 +32,9 @@ in {
|
|||
".local/state/konsolestaterc"
|
||||
];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
users.users.hu.extraGroups = [ "networkmanager" ];
|
||||
|
||||
environment.sessionVariables = {
|
||||
LIBVA_DRIVER_NAME = "nvidia";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
|
|
Loading…
Reference in a new issue