mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-18 15:01:11 +01:00
sheldon: replace initExtra with initContent
This commit is contained in:
parent
13cc1efd78
commit
af7c726e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ in
|
||||||
eval "$(sheldon source)"
|
eval "$(sheldon source)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.zsh.initExtra = mkIf cfg.enableZshIntegration ''
|
programs.zsh.initContent = mkIf cfg.enableZshIntegration ''
|
||||||
eval "$(sheldon source)"
|
eval "$(sheldon source)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue