From 255e776054e3c7af4f77fd74334cb1a80fdeed9e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 23 Jun 2022 06:52:02 -0700 Subject: feat(hosts/home): use fish as my default shell everywhere Change-Id: I75df9d3ba133e3f7380a518e1b8c70a564f60482 Reviewed-on: https://cl.fcuny.net/c/world/+/481 Tested-by: CI Reviewed-by: Franck Cuny --- hosts/carmel/home.nix | 2 +- hosts/tahoe/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') 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; -- cgit 1.4.1