[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)"
'';
}

View file

@ -8,6 +8,7 @@
imports = [
../../home-modules/direnv.nix
../../home-modules/ghostty-config.nix
../../home-modules/homebrew.nix
../../home-modules/karabiner.nix
../../home-modules/lazygit.nix
../../home-modules/nvim.nix

View file

@ -14,6 +14,7 @@ in {
../../home-modules/default.nix
../../home-modules/direnv.nix
../../home-modules/ghostty-config.nix
../../home-modules/homebrew.nix
../../home-modules/karabiner.nix
../../home-modules/lazygit.nix
../../home-modules/nvim.nix