Files
nixos-config/modules/home/opencode.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;
};
};
};
};
}