The file should be named `opencode.json`, not `config.json`. Docs: https://opencode.ai/docs/config/#global @moduon MT-13030
9 lines
162 B
Nix
9 lines
162 B
Nix
{
|
|
programs.opencode = {
|
|
enable = true;
|
|
settings = { };
|
|
};
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/opencode/opencode.json
|
|
'';
|
|
}
|