Regenerated

This commit is contained in:
2026-03-30 16:45:43 +00:00
parent 8d88a05257
commit d966c5e8d5
7 changed files with 303 additions and 303 deletions
@@ -46,7 +46,7 @@ in
home-manager.users = {
${username} = {
programs.zsh.enable = true;
shell = pkhs.zsh;
shell = pkgs.zsh;
# Include the generated zshrc if you want
home.file.".config/zsh/.zshrc".source = generatedZsh;