mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
refactor(bat): replace initExtra
with initContent
for zsh
per https://github.com/nix-community/home-manager/pull/6715#discussion_r2017898157 Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
810e9c9347
commit
75a987720f
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ in {
|
|||
};
|
||||
zsh =
|
||||
mkIf (!config.programs.fish.enable && config.programs.zsh.enable) {
|
||||
initExtra = shellInit "zsh";
|
||||
initContent = shellInit "zsh";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue