14 lines
187 B
Nix
14 lines
187 B
Nix
{
|
|
programs.opencode = {
|
|
enable = true;
|
|
settings = {
|
|
theme = "catppuccin";
|
|
formatter = {
|
|
mix = {
|
|
disabled = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|