diff --git a/configuration.nix b/configuration.nix index d0e4716..e5f4c49 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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.