Files
nixos-config/modules/home/opencode.nix
Christoph Schmatzler 52e3c9a177 up
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-08-21 07:16:11 +00:00

14 lines
187 B
Nix

{
programs.opencode = {
enable = true;
settings = {
theme = "catppuccin";
formatter = {
mix = {
disabled = true;
};
};
};
};
}