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";
};
taps = [
"homebrew/services"
"supersonic-app/supersonic"
];
brews = [
"gamdl"
"knock"
@@ -24,6 +29,7 @@
"ngrok"
"pearcleaner"
"zed"
"supersonic"
];
};
}