Cleaning up configuration.nix as well
This commit is contained in:
@ -139,7 +139,7 @@
|
|||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.emmet = {
|
users.users.emmet = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Emmet K";
|
description = "Emmet";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user