feat: add claude plugin
This commit is contained in:
parent
dca1951e15
commit
d0e3379f86
1 changed files with 3 additions and 0 deletions
3
home.nix
3
home.nix
|
|
@ -359,6 +359,8 @@ in
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
bat
|
bat
|
||||||
|
bun
|
||||||
|
claude-code
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
wrappedOpencode
|
wrappedOpencode
|
||||||
skills
|
skills
|
||||||
|
|
@ -862,6 +864,7 @@ in
|
||||||
home.file.".config/opencode/opencode.json".text = builtins.toJSON {
|
home.file.".config/opencode/opencode.json".text = builtins.toJSON {
|
||||||
"$schema" = "https://opencode.ai/config.json";
|
"$schema" = "https://opencode.ai/config.json";
|
||||||
autoupdate = false;
|
autoupdate = false;
|
||||||
|
plugin = [ "opencode-with-claude" ];
|
||||||
mcp.linear = {
|
mcp.linear = {
|
||||||
type = "remote";
|
type = "remote";
|
||||||
url = "https://mcp.linear.app/mcp";
|
url = "https://mcp.linear.app/mcp";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue