Added keybindings

This commit is contained in:
marc
2022-11-21 11:22:41 +01:00
parent 740f440400
commit ae6a2fafa3
5 changed files with 17 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ with lib.my;
config = {
user = {
description = "The primary user account";
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "networkmanager" ];
isNormalUser = true;
home = "/home/${config.user.name}";
group = "users";