Regenerated
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user