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