diff --git a/system/configuration.nix b/system/configuration.nix index 0c432ca..21b9894 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -139,7 +139,7 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.emmet = { isNormalUser = true; - description = "Emmet K"; + description = "Emmet"; extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; []; };