Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-21 07:16:11 +00:00
parent ff05c4fd9e
commit 52e3c9a177
6 changed files with 46 additions and 41 deletions

13
modules/home/opencode.nix Normal file
View File

@@ -0,0 +1,13 @@
{
programs.opencode = {
enable = true;
settings = {
theme = "catppuccin";
formatter = {
mix = {
disabled = true;
};
};
};
};
}