treewide: zsh initExtraBeforeCompInit -> initContent
Migrating in tree usages of zsh initExtraBeforeCompInit to initContent before deprecating, matching priority of current option.
This commit is contained in:
parent
10deb9d043
commit
94ea2cb536
3 changed files with 6 additions and 6 deletions
|
|
@ -44,7 +44,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
home.packages = [ pkgs.zplug ];
|
||||
|
||||
programs.zsh.initExtraBeforeCompInit = ''
|
||||
programs.zsh.initContent = mkOrder 550 ''
|
||||
export ZPLUG_HOME=${cfg.zplugHome}
|
||||
|
||||
source ${pkgs.zplug}/share/zplug/init.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue