diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/carmel/home.nix | 2 | ||||
-rw-r--r-- | hosts/tahoe/home.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix index 106497d..9f7cb0a 100644 --- a/hosts/carmel/home.nix +++ b/hosts/carmel/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; diff --git a/hosts/tahoe/home.nix b/hosts/tahoe/home.nix index c58d0d4..d973b6f 100644 --- a/hosts/tahoe/home.nix +++ b/hosts/tahoe/home.nix @@ -6,7 +6,7 @@ packages.enable = true; # terminal - shell.name = "zsh"; + shell.name = "fish"; ssh.enable = true; tmux.enable = true; |