diff options
Diffstat (limited to 'modules/mac/programs/homebrew/nix-homebrew.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/nix-homebrew.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix index 4ff247e..e8d0491 100644 --- a/modules/mac/programs/homebrew/nix-homebrew.nix +++ b/modules/mac/programs/homebrew/nix-homebrew.nix @@ -1,10 +1,10 @@ { inputs, ... }: { nix-homebrew = { - enable = true; + enable = false; enableRosetta = true; user = "ebisu"; - mutableTaps = false; + mutableTaps = true; taps = with inputs; { "artginzburg/homebrew-tap" = artginzburg-homebrew-tap; @@ -19,6 +19,7 @@ "hillyu/homebrew-tap" = hillyu-homebrew-tap; "humanlayer/homebrew-humanlayer" = humanlayer-homebrew-humanlayer; "oven-sh/homebrew-bun" = oven-sh-homebrew-bun; + "LouisBrunner/valgrind" = louisbrunner-homebrew-valgrind; }; }; } |