From dfd71d36f9062e2b5b19c550eca52b52c27c0d56 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 2 Mar 2026 00:03:12 -0700 Subject: [PATCH] Update homebrew.nix --- modules/homebrew.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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" ]; }; }