Regenerated

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