This commit is contained in:
2025-05-14 23:57:09 -04:00
parent d7ec1e7bf5
commit e51daf9367

View File

@@ -111,13 +111,13 @@
# Install zsh # Install zsh
programs.zsh.enable = true; programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
# 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.chase = { users.users.chase = {
isNormalUser = true; isNormalUser = true;
description = "Chase"; description = "Chase";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh;
}; };
# Install firefox. # Install firefox.