diff options
author | Linnnus <[email protected]> | 2025-05-28 19:57:54 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-05-28 19:57:54 +0200 |
commit | 58a76f688cb80b78cd05ed55abcf6ba95a26e812 (patch) | |
tree | 2b75305f08d7c48d50a09251e0089b01673a5f2a /modules | |
parent | daeb923cca039152fe5a374b568a8b9f125e5cce (diff) |
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home-manager/iterm2/default.nix | 2 |
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 ''; |