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