treewide: zsh initExtra -> initContent
Migrating in tree usages of zsh initExtra to initContent before deprecating.
This commit is contained in:
parent
296ddc6462
commit
10deb9d043
39 changed files with 59 additions and 57 deletions
|
|
@ -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 ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue