diff --git a/.config/nix/home/zsh.nix b/.config/nix/home/zsh.nix index 4b9147d..12cb198 100644 --- a/.config/nix/home/zsh.nix +++ b/.config/nix/home/zsh.nix @@ -3,6 +3,9 @@ programs.zsh = { enable = true; enableCompletion = true; + initExtra = '' + eval "$(/opt/homebrew/bin/brew shellenv)" + ''; syntaxHighlighting.enable = true; shellAliases = { ls = "ls --color=auto -F";