Added keybindings
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user