Files
nixos-config/modules/home/opencode.nix
Christoph Schmatzler b99400b77d up
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-08-27 06:30:46 +00:00

19 lines
274 B
Nix

{
programs.opencode = {
enable = true;
settings = {
theme = "system";
instructions = [
"CLAUDE.md"
"AGENT.md"
"AGENTS.md"
];
formatter = {
mix = {
disabled = true;
};
};
};
};
}