[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)"
|
||||
'';
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue