Files
nixos-config/modules/home/opencode.nix
2025-09-10 10:24:45 +00:00

19 lines
278 B
Nix

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