feat:add_zsh

This commit is contained in:
dichgrem
2025-11-04 22:49:28 +08:00
parent 8dcbddc004
commit df526cd54f
8 changed files with 93 additions and 885 deletions

View File

@@ -26,7 +26,7 @@
homeMode = "755";
ignoreShellProgramCheck = true;
isNormalUser = true;
shell = pkgs.nushell;
shell = pkgs.zsh;
};
};
}

View File

@@ -26,7 +26,7 @@
homeMode = "755";
ignoreShellProgramCheck = true;
isNormalUser = true;
shell = pkgs.nushell;
shell = pkgs.zsh;
};
};
}