Regenerated

This commit is contained in:
2026-03-30 13:55:29 +00:00
parent e34a33f158
commit c9650572b1
3 changed files with 291 additions and 303 deletions
@@ -46,14 +46,10 @@ in
home-manager.users = {
${username} = {
programs.zsh.enable = true;
shell = pkgs.zsh;
# Optional: include the generated zshrc if you want
home.file.".config/zsh/.zshrc".source = generatedZsh;
};
};
#################################
# Set Zsh as default login shell for the user (NixOS)
#################################
users.users."${username}".shell = pkgs.zsh;
}