feat: cleaned up ai tooling

This commit is contained in:
Leyla Becker 2026-04-07 20:24:15 -05:00
parent 4eb36ddfc7
commit 0ca99c1835
19 changed files with 48 additions and 4668 deletions

View file

@ -33,7 +33,15 @@
openrgb.enable = hardware.openRGB.enable;
via.enable = hardware.viaKeyboard.enable;
claude-code.enable = true;
opencode.enable = true;
opencode = {
enable = true;
settings.provider.defiant = {
npm = "@ai-sdk/openai-compatible";
name = "Ollama (defiant)";
options.baseURL = "http://defiant:11434/v1";
models."gpt-oss:120b".name = "GPT-OSS 120B";
};
};
davinci-resolve.enable = hardware.graphicsAcceleration.enable;
mfoc.enable = true;
})