about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/aptos/home.nix2
-rw-r--r--hosts/tahoe/home.nix2
2 files changed, 2 insertions, 2 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;
diff --git a/hosts/tahoe/home.nix b/hosts/tahoe/home.nix
index d973b6f..c58d0d4 100644
--- a/hosts/tahoe/home.nix
+++ b/hosts/tahoe/home.nix
@@ -6,7 +6,7 @@
     packages.enable = true;
 
     # terminal
-    shell.name = "fish";
+    shell.name = "zsh";
     ssh.enable = true;
     tmux.enable = true;