aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tahoe/home.nix')
-rw-r--r--hosts/tahoe/home.nix4
1 files changed, 2 insertions, 2 deletions
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;