[mac] Add a homebrew module.
Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
This commit is contained in:
parent
4c8cd258c1
commit
4d6b32eae9
3 changed files with 7 additions and 0 deletions
5
home-modules/homebrew.nix
Normal file
5
home-modules/homebrew.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... } : {
|
||||
programgs.zsh.profileExtra = ''
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue