diff --git a/users.nix b/users.nix index 70cd3be..fc56c82 100644 --- a/users.nix +++ b/users.nix @@ -2,6 +2,7 @@ { users.users.giulio = { + description = "Giulio De Pasquale"; isNormalUser = true; shell = pkgs.zsh; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.