diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index 05d4f5e..8341d8e 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -25,7 +25,7 @@ # terminal direnv.enable = true; gcloud.enable = true; - shell.name = "fish"; + shell.name = "zsh"; ssh.enable = true; terminal.program = "alacritty"; terraform.enable = true; |