about summary refs log tree commit diff
path: root/modules/system/users/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/users/default.nix')
-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"