about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-11 14:33:26 -0800
committerFranck Cuny <franck@fcuny.net>2023-03-11 14:33:26 -0800
commitdea91567f215c0245517f9b87d28130a291a19a6 (patch)
tree0a7457b90f224467ff9994fbc1435a9524528878 /modules
parentsecrets: move aptos' gcloud secrets to homeage (diff)
downloadworld-dea91567f215c0245517f9b87d28130a291a19a6.tar.gz
home/shell: switch the default shell back to zsh
I keep running into issues when using fish: I'm not familiar with the
syntax and I don't use it enough that it sticks. I also need to google
stuff regularly to figure out how things are supposed to work. This is
annoying enough that the supposed benefits of fish are not worth it for
me.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/users/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/users/default.nix b/modules/system/users/default.nix
index 7f42982..9f874a0 100644
--- a/modules/system/users/default.nix
+++ b/modules/system/users/default.nix
@@ -15,7 +15,7 @@ in
     uid = 1000;
     group = "fcuny";
     home = "/home/fcuny";
-    shell = pkgs.fish;
+    shell = pkgs.zsh;
     extraGroups = groupsIfExist [
       "docker"
       "users"