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

@ -47,7 +47,7 @@ in {
config = mkIf cfg.enable {
programs.bash.initExtra = shInit "command_not_found_handle";
programs.zsh.initExtra = shInit "command_not_found_handler";
programs.zsh.initContent = shInit "command_not_found_handler";
home.packages = [ commandNotFound ];
};