treewide: zsh initExtra -> initContent

Migrating in tree usages of zsh initExtra to initContent before
deprecating.
This commit is contained in:
Austin Horstman
2025-03-19 15:43:42 -05:00
parent 296ddc6462
commit 10deb9d043
39 changed files with 59 additions and 57 deletions

View File

@@ -282,7 +282,7 @@ in {
programs.fish.interactiveShellInit =
mkIf cfg.shellIntegration.enableFishIntegration shellIntegrationInit.fish;
programs.zsh.initExtra =
programs.zsh.initContent =
mkIf cfg.shellIntegration.enableZshIntegration shellIntegrationInit.zsh;
};
}