[mac] Add a homebrew module.
Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{ ... } : {
|
||||
programgs.zsh.profileExtra = ''
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
'';
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user