From f96b1992b6e9c21c8948f24225830652e5b1c47f Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Fri, 23 Jan 2026 18:49:03 +0100 Subject: [PATCH] Install cupertino mcp --- module/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/configuration.nix b/module/configuration.nix index a5cb5fa..251f2a0 100644 --- a/module/configuration.nix +++ b/module/configuration.nix @@ -28,7 +28,7 @@ onActivation.cleanup = "zap"; brews = [ - "cocoapods" + "mihaelamj/tap/cupertino" ]; casks = [ @@ -57,6 +57,7 @@ taps = [ "dracula/install" "homebrew/services" + "mihaelamj/tap" "nikitabobko/tap" ]; };