{ inputs, ... }: { nix-homebrew = { enable = true; enableRosetta = true; user = "ebisu"; mutableTaps = false; taps = with inputs; { "artginzburg/homebrew-tap" = artginzburg-homebrew-tap; "homebrew/homebrew-core" = homebrew-core; "homebrew/homebrew-cask" = homebrew-cask; "homebrew/homebrew-bundle" = homebrew-bundle; "nerdsupremacist/homebrew-tap" = nerdsupremacist-homebrew-tap; "nikitabobko/homebrew-tap" = nikitabobko-homebrew-tap; }; }; }