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
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
# Define a user account. Don't forget to set a password with passwd.
users.users.chase = {
isNormalUser = true;
description = "Chase";
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh;
};
# Install firefox.