19 lines
284 B
Nix
19 lines
284 B
Nix
{
|
|
programs.opencode = {
|
|
enable = true;
|
|
settings = {
|
|
theme = "catppuccin-mocha";
|
|
instructions = [
|
|
"CLAUDE.md"
|
|
"AGENT.md"
|
|
"AGENTS.md"
|
|
];
|
|
formatter = {
|
|
mix = {
|
|
disabled = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|