sheldon: replace initExtra with initContent

This commit is contained in:
Kyure_A
2025-12-11 14:55:22 +01:00
committed by Matthieu Coudron
parent 13cc1efd78
commit af7c726e8b
+1 -1
View File
@@ -52,7 +52,7 @@ in
eval "$(sheldon source)"
'';
programs.zsh.initExtra = mkIf cfg.enableZshIntegration ''
programs.zsh.initContent = mkIf cfg.enableZshIntegration ''
eval "$(sheldon source)"
'';