2.home-manager/tests/modules/programs/opencode/opencode.json
Jairo Llopis 082a4cd87c
Some checks failed
/ triage (push) Has been cancelled
GitHub Pages / publish (ubuntu-latest) (push) Has been cancelled
opencode: fix config file location
The file should be named `opencode.json`, not `config.json`.

Docs: https://opencode.ai/docs/config/#global

@moduon MT-13030
2026-01-23 10:55:49 -06:00

7 lines
167 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"autoshare": false,
"autoupdate": true,
"model": "anthropic/claude-sonnet-4-20250514",
"theme": "opencode"
}