Update homebrew.nix

This commit is contained in:
2026-03-02 00:03:12 -07:00
parent 96f57cadc7
commit dfd71d36f9

View File

@@ -10,6 +10,11 @@
cleanup = "zap"; cleanup = "zap";
}; };
taps = [
"homebrew/services"
"supersonic-app/supersonic"
];
brews = [ brews = [
"gamdl" "gamdl"
"knock" "knock"
@@ -24,6 +29,7 @@
"ngrok" "ngrok"
"pearcleaner" "pearcleaner"
"zed" "zed"
"supersonic"
]; ];
}; };
} }