summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/nix-homebrew.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-04-10 22:16:09 -0700
committerFuwn <[email protected]>2026-04-10 22:16:09 -0700
commit634f73b61b22cbf3a0e0664ee4ed1045cd4be08b (patch)
tree037d66f29b6ba2ba916c3f8b4778435f55c083cd /modules/mac/programs/homebrew/nix-homebrew.nix
parentNara(Homebrew): Add GitButler cask (diff)
downloadnixos-config-634f73b61b22cbf3a0e0664ee4ed1045cd4be08b.tar.xz
nixos-config-634f73b61b22cbf3a0e0664ee4ed1045cd4be08b.zip
Current state
Diffstat (limited to 'modules/mac/programs/homebrew/nix-homebrew.nix')
-rw-r--r--modules/mac/programs/homebrew/nix-homebrew.nix5
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;
};
};
}