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'