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
+286 -289
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -1189,9 +1189,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;
@@ -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;