diff --git a/configuration.nix b/configuration.nix index 0071381..0ed1ba6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -156,7 +156,7 @@ in users.users.benson = { isNormalUser = true; - shell = pkgs.zsh; + shell = pkgs.bash; description = "Benson Chu"; extraGroups = [ "wheel" ]; openssh.authorizedKeys.keys = keys.benson;