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
|
||||
bat
|
||||
bun
|
||||
claude-code
|
||||
ffmpeg-full
|
||||
wrappedOpencode
|
||||
skills
|
||||
|
|
@ -862,6 +864,7 @@ in
|
|||
home.file.".config/opencode/opencode.json".text = builtins.toJSON {
|
||||
"$schema" = "https://opencode.ai/config.json";
|
||||
autoupdate = false;
|
||||
plugin = [ "opencode-with-claude" ];
|
||||
mcp.linear = {
|
||||
type = "remote";
|
||||
url = "https://mcp.linear.app/mcp";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue