1
0
Fork 0
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:
Minh Tran 2025-03-28 12:43:48 +07:00 committed by GitHub
parent 810e9c9347
commit 75a987720f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -198,7 +198,7 @@ in {
};
zsh =
mkIf (!config.programs.fish.enable && config.programs.zsh.enable) {
initExtra = shellInit "zsh";
initContent = shellInit "zsh";
};
};