From 1d64a259eb2f377b7b7dc36263eaf33d4a7cf28c Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 21 Jun 2026 22:42:17 -0400 Subject: Changed wallpaper to change via helper app, initial settings for window management --- users/ryan/home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'users/ryan') diff --git a/users/ryan/home.nix b/users/ryan/home.nix index af8770b..9ff5870 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix @@ -95,11 +95,16 @@ programs.zsh = { enable = true; - initContent = '' + initContent = let + brewPath = if pkgs.stdenv.isDarwin && pkgs.stdenv.isAarch64 then '' + eval "$(/opt/homebrew/bin/brew shellenv)" + '' else ""; + in '' export GPG_TTY="$(tty)" export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" gpgconf --launch gpg-agent gpg-connect-agent updatestartuptty /bye > /dev/null + ${brewPath} ''; shellAliases = { cat = "bat --paging=never"; -- cgit v1.3