mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
treewide: zsh initExtra -> initContent
Migrating in tree usages of zsh initExtra to initContent before deprecating.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user