diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-23 06:52:02 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-23 06:52:43 -0700 |
commit | 255e776054e3c7af4f77fd74334cb1a80fdeed9e (patch) | |
tree | ce79767165c38ef00273c11f9dc14e4d320f0f1d /hosts | |
parent | fix(modules/unifi): only backup the backup directory (diff) | |
download | world-255e776054e3c7af4f77fd74334cb1a80fdeed9e.tar.gz |
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 <franck@fcuny.net>
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; |