Allow for configuring marketplaces or individual plugins. Both are provided as a list of either paths or packages. The lone plugins are enabled by adding a --plugin-dir argument to the wrapper script. Marketplaces are saved to the nix store and enabled by adding to the claude settings and known_marketplaces files. With the marketplace "installed", the plugin can just be enabled via the enabledPlugins setting.
18 lines
570 B
JSON
18 lines
570 B
JSON
{
|
|
"test-duplicate": {
|
|
"installLocation": "/nix/store/00000000000000000000000000000000-test-marketplace",
|
|
"lastUpdated": "1970-01-01T00:00:00Z",
|
|
"source": {
|
|
"path": "/nix/store/00000000000000000000000000000000-test-marketplace",
|
|
"source": "directory"
|
|
}
|
|
},
|
|
"test-market": {
|
|
"installLocation": "/nix/store/00000000000000000000000000000000-test-marketplace",
|
|
"lastUpdated": "1970-01-01T00:00:00Z",
|
|
"source": {
|
|
"path": "/nix/store/00000000000000000000000000000000-test-marketplace",
|
|
"source": "directory"
|
|
}
|
|
}
|
|
}
|