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/carmel/home.nix2
-rw-r--r--hosts/tahoe/home.nix4
3 files changed, 4 insertions, 4 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index e317788..106497d 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -23,11 +23,11 @@
     # terminal
     direnv.enable = true;
     gcloud.enable = true;
+    shell.name = "zsh";
     ssh.enable = true;
     terminal.program = "alacritty";
     tmux.enable = true;
     xdg.enable = true;
-    zsh.enable = true;
 
     # software development
     emacs.enable = true;
diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix
index e317788..106497d 100644
--- a/hosts/carmel/home.nix
+++ b/hosts/carmel/home.nix
@@ -23,11 +23,11 @@
     # terminal
     direnv.enable = true;
     gcloud.enable = true;
+    shell.name = "zsh";
     ssh.enable = true;
     terminal.program = "alacritty";
     tmux.enable = true;
     xdg.enable = true;
-    zsh.enable = true;
 
     # software development
     emacs.enable = true;
diff --git a/hosts/tahoe/home.nix b/hosts/tahoe/home.nix
index dc9c0aa..c58d0d4 100644
--- a/hosts/tahoe/home.nix
+++ b/hosts/tahoe/home.nix
@@ -6,9 +6,9 @@
     packages.enable = true;
 
     # terminal
-    tmux.enable = true;
+    shell.name = "zsh";
     ssh.enable = true;
-    zsh.enable = true;
+    tmux.enable = true;
 
     # software development
     git.enable = true;