{ inputs, ... }: { nix-homebrew = { enable = false; enableRosetta = true; user = "ebisu"; mutableTaps = true; taps = with inputs; { "artginzburg/homebrew-tap" = artginzburg-homebrew-tap; "homebrew/homebrew-core" = homebrew-core; "homebrew/homebrew-cask" = homebrew-cask; "nerdsupremacist/homebrew-tap" = nerdsupremacist-homebrew-tap; "nikitabobko/homebrew-tap" = nikitabobko-homebrew-tap; "tuist/homebrew-tuist" = tuist-homebrew-tap; "koekeishiya/homebrew-formulae" = koekeishiya-homebrew-tap; "gromgit/homebrew-fuse" = gromgit-homebrew-fuse; "acsandmann/homebrew-tap" = acsandmann-homebrew-tap; "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; }; }; }