[mac] Add a homebrew module.

Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
This commit is contained in:
Mariano Uvalle 2025-08-07 15:53:33 -07:00
parent 4c8cd258c1
commit 4d6b32eae9
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ ... } : {
programgs.zsh.profileExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
}