From ef8af5c7328d90248b20d453555bf8433fe6cafb Mon Sep 17 00:00:00 2001 From: Matthew Bessette Date: Mon, 11 May 2026 15:38:06 -0400 Subject: [PATCH] bup --- cleo.darwin.nix | 4 +++- config.opencode.jsonc | 27 +++++++++++++++++++++------ hydrogen.darwin.nix | 3 ++- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/cleo.darwin.nix b/cleo.darwin.nix index 68281de..72f72ee 100644 --- a/cleo.darwin.nix +++ b/cleo.darwin.nix @@ -36,7 +36,7 @@ onActivation.cleanup = "uninstall"; onActivation.autoUpdate = true; onActivation.upgrade = true; - taps = [ "bufbuild/buf"]; + taps = [ "bufbuild/buf" "deskflow/tap" ]; brews = [ "biome" @@ -47,6 +47,8 @@ ]; casks = [ + "deskflow" + # CLEO APP "zulu@17" "android-commandlinetools" diff --git a/config.opencode.jsonc b/config.opencode.jsonc index f50dcfa..0b088b5 100644 --- a/config.opencode.jsonc +++ b/config.opencode.jsonc @@ -18,6 +18,17 @@ "name": "qwen3.5-27b" } } + }, + "docker-local": { + "npm": "@ai-sdk/openai-compatible", + "options": { + "baseURL": "http://localhost:12434/v1" + }, + "models": { + "gemma4": { + "name": "ai/gemma4:E4B" + } + } } }, "agent": { @@ -33,11 +44,15 @@ "figma": { "type": "remote", "url": "http://127.0.0.1:3845/mcp" - }, - "contentful": { - "type": "remote", - "url": "https://mcp.contentful.com/mcp", - "oauth": {} - } + }, + "contentful": { + "type": "remote", + "url": "https://mcp.contentful.com/mcp", + "oauth": {} + }, + "codecortex": { + "type": "local", + "command": ["codecortex", "serve"] + } } } diff --git a/hydrogen.darwin.nix b/hydrogen.darwin.nix index 2319ce2..f3f4b84 100644 --- a/hydrogen.darwin.nix +++ b/hydrogen.darwin.nix @@ -34,12 +34,13 @@ onActivation.cleanup = "uninstall"; onActivation.autoUpdate = true; onActivation.upgrade = true; - taps = [ "bufbuild/buf" "jacobjohansen/tap" ]; + taps = [ "deskflow/tap" ]; brews = [ "biome" ]; casks = [ "1password" + "deskflow" "iterm2" "moonlight" "obsidian"