fix: oh-my-openagent-config
This commit is contained in:
@@ -15,8 +15,8 @@ in {
|
|||||||
default = {};
|
default = {};
|
||||||
description = ''
|
description = ''
|
||||||
Attributes merged (via recursiveUpdate) on top of the default
|
Attributes merged (via recursiveUpdate) on top of the default
|
||||||
oh-my-opencode.json. Use this to set provider-specific model
|
oh-my-openagent.json (the plugin's canonical config file).
|
||||||
assignments per machine.
|
Use this to set provider-specific model assignments per machine.
|
||||||
'';
|
'';
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
{
|
{
|
||||||
@@ -73,7 +73,7 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/opencode/oh-my-opencode.json".text = builtins.toJSON (
|
home.file.".config/opencode/oh-my-openagent.json".text = builtins.toJSON (
|
||||||
recursiveUpdate
|
recursiveUpdate
|
||||||
{
|
{
|
||||||
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
|
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
|
||||||
|
|||||||
Reference in New Issue
Block a user