summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/iterm2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/iterm2/default.nix b/modules/home-manager/iterm2/default.nix
index 4788e1d..bd5edfb 100644
--- a/modules/home-manager/iterm2/default.nix
+++ b/modules/home-manager/iterm2/default.nix
@@ -53,7 +53,7 @@ in {
"/Library/Preferences/com.googlecode.iterm2.plist".text = toPlist {} cfg.config;
};
- programs.zsh.initExtra = mkIf cfg.shellIntegration.enableZshIntegration ''
+ programs.zsh.initContent = mkIf cfg.shellIntegration.enableZshIntegration ''
# Added by home-manager because programs.iterm2.enableZshIntegration == true.
source "${cfg.package}"/Applications/iTerm2.app/Contents/Resources/iterm2_shell_integration.zsh
'';