fix(zsh): initContent instead of initExtra

This commit is contained in:
Giulio De Pasquale 2025-07-15 10:10:04 +01:00
parent 8842e442c1
commit 16c276aea6

View File

@ -16,7 +16,7 @@ in
};
autosuggestion.enable = false;
dotDir = ".config/zsh";
initExtra = ''
initContent = ''
# avoid macOS updates to destroy nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
source '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'