diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 09addb7..2770c4d 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -10,6 +10,11 @@ cleanup = "zap"; }; + taps = [ + "homebrew/services" + "supersonic-app/supersonic" + ]; + brews = [ "gamdl" "knock" @@ -24,6 +29,7 @@ "ngrok" "pearcleaner" "zed" + "supersonic" ]; }; }