zhaofengli / nix-homebrew

Homebrew installation manager for nix-darwin
MIT License
277 stars 13 forks source link

homebrew prefix not in path #14

Closed genebean closed 2 weeks ago

genebean commented 9 months ago

On Apple Silicon, it seems that the brew prefix is not part of my path nor are any of the homebrew environment variable exported. Should these be being added automatically or am I supposed to be calling eval $(brew shellenv) or similar in my zsh config? For what its worth, I use home manager to configure zsh.

Swoorup commented 3 months ago

Have the same issue in fish. For me its not including /opt/homebrew/bin

zhaofengli commented 3 months ago

Right, this module does not apply any shell configurations at the moment, but it would be useful to add.