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";
|
group = "colord";
|
||||||
mode = "u=rwx,g=rx,o=";
|
mode = "u=rwx,g=rx,o=";
|
||||||
}
|
}
|
||||||
|
"/etc/NetworkManager/system-connections"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
"/etc/machine-id"
|
"/etc/machine-id"
|
||||||
|
|
|
@ -32,6 +32,9 @@ in {
|
||||||
".local/state/konsolestaterc"
|
".local/state/konsolestaterc"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
users.users.hu.extraGroups = [ "networkmanager" ];
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
LIBVA_DRIVER_NAME = "nvidia";
|
LIBVA_DRIVER_NAME = "nvidia";
|
||||||
XDG_SESSION_TYPE = "wayland";
|
XDG_SESSION_TYPE = "wayland";
|
||||||
|
|
Loading…
Reference in a new issue