From 634f73b61b22cbf3a0e0664ee4ed1045cd4be08b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 10 Apr 2026 22:16:09 -0700 Subject: Current state --- modules/mac/programs/homebrew/nix-homebrew.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/mac/programs/homebrew/nix-homebrew.nix') 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; }; }; } -- cgit v1.2.3