Regenerated

This commit is contained in:
2026-03-19 15:48:03 +00:00
parent f2ef210caf
commit 07947dec8d
31 changed files with 3 additions and 1637 deletions
+3 -3
View File
@@ -1261,7 +1261,7 @@ let
programName = "zsh";
programAssets = ../../../assets/system/conf/${programName};
# Read the config file that will be injected into initExtra
# Read the config file that will be injected into Zsh
zshInitFile = "${programAssets}/zsh.conf";
# Toggle for this module
@@ -1293,8 +1293,8 @@ in
"zsh-history-substring-search"
];
# Use the contents of zsh.conf as initExtra
programs.zsh.initExtra = builtins.readFile zshInitFile;
# Use the contents of zsh.conf as shellInit
programs.zsh.shellInit = builtins.readFile zshInitFile;
};
}
#+END_SRC