From ac362b66672c5f4f1ac384c25404c6765972ce96 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Tue, 16 Dec 2025 14:41:02 +0000 Subject: [PATCH] macs: squish home manager warning (again?) --- home/macs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/macs.nix b/home/macs.nix index fd035a0..d020d22 100644 --- a/home/macs.nix +++ b/home/macs.nix @@ -17,5 +17,5 @@ "~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh"; }; programs.zsh.sessionVariables.SSH_AUTH_SOCK = "$HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh"; - programs.zsh.initExtra = "eval $(/opt/homebrew/bin/brew shellenv)"; + programs.zsh.initContent = "eval $(/opt/homebrew/bin/brew shellenv)"; }