Regenerated

This commit is contained in:
2026-03-30 13:57:53 +00:00
parent 3963be2a84
commit 2af94f6f2e
3 changed files with 286 additions and 295 deletions
@@ -46,9 +46,6 @@ in
home-manager.users = {
${username} = {
programs.zsh.enable = true;
#enableCompletion = true;
#autosuggestion.enable = true;
syntaxHighlighting.enable = true;
# Include the generated zshrc if you want
home.file.".config/zsh/.zshrc".source = generatedZsh;