Skip to content

Commit

Permalink
Make sure homebrew path gets added
Browse files Browse the repository at this point in the history
Don't love using homebrew but it's needed for a lot of pkgs on macOS
  • Loading branch information
webframp committed Jul 16, 2024
1 parent fa8f502 commit 23b195f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/sme/bluestreak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,10 @@ in {
# };

# export TERM=xterm-24bit
# homebrew is not managed via nix, but a necessary evil on macOS
envExtra = ''
export ZSH_AUTOSUGGEST_USE_ASYNC=true;
export PATH="/opt/homebrew/bin:$PATH"
'';

initExtra = builtins.readFile ./global/includes/zshrc;
Expand Down

0 comments on commit 23b195f

Please sign in to comment.