Regenerated

This commit is contained in:
2026-03-30 13:56:31 +00:00
parent c9650572b1
commit d5d21b7e45
3 changed files with 300 additions and 294 deletions
+292 -290
View File
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -1189,9 +1189,11 @@ in
home-manager.users = { home-manager.users = {
${username} = { ${username} = {
programs.zsh.enable = true; programs.zsh.enable = true;
shell = pkgs.zsh; enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
# Optional: include the generated zshrc if you want # Include the generated zshrc if you want
home.file.".config/zsh/.zshrc".source = generatedZsh; home.file.".config/zsh/.zshrc".source = generatedZsh;
}; };
}; };
@@ -46,9 +46,11 @@ in
home-manager.users = { home-manager.users = {
${username} = { ${username} = {
programs.zsh.enable = true; programs.zsh.enable = true;
shell = pkgs.zsh; enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
# Optional: include the generated zshrc if you want # Include the generated zshrc if you want
home.file.".config/zsh/.zshrc".source = generatedZsh; home.file.".config/zsh/.zshrc".source = generatedZsh;
}; };
}; };