From dea91567f215c0245517f9b87d28130a291a19a6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 11 Mar 2023 14:33:26 -0800 Subject: 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. --- modules/system/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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" -- cgit 1.4.1