From 16c276aea66018c379a6cee37d1218a13ad1583e Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 15 Jul 2025 10:10:04 +0100 Subject: [PATCH] fix(zsh): initContent instead of initExtra --- roles/home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index c38769f..e1d1fbd 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -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'