Home/Nixinator: Add opencode

This commit is contained in:
2026-06-13 13:34:07 +02:00
parent 80c10b6229
commit 40634b0a40
4 changed files with 111 additions and 3 deletions
+26 -1
View File
@@ -41,13 +41,38 @@
args = ["-y" "@sveltejs/mcp"];
type = "stdio";
};
# npx shadcn@latest mcp init --client claude
shadcn = {
# npx shadcn@latest mcp init --client claude
command = "npx";
args = ["-y" "shadcn@latest" "mcp"];
};
};
};
opencode = {
enable = true;
enableMcpIntegration = true;
extraPackages = [
# pkgs.opencode-claude-auth # Installed using npm
];
# Writes opencode.json
settings = {
plugin = [
# https://github.com/griffinmartin/opencode-claude-auth
"opencode-claude-auth@latest"
];
};
# Writes tui.json
tui = {};
agents = {};
commands = {};
context = '''';
skills = {};
tools = {};
};
};
home = let