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 106497d..9f7cb0a 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -23,7 +23,7 @@ # terminal direnv.enable = true; gcloud.enable = true; - shell.name = "zsh"; + shell.name = "fish"; ssh.enable = true; terminal.program = "alacritty"; tmux.enable = true; |