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

@ -19,7 +19,6 @@
home.packages = lib.lists.optionals userConfig.isDesktopUser (
with pkgs; [
gnomeExtensions.dash-to-panel
claude-code
friture
]
);
@ -77,7 +76,15 @@
libreoffice.enable = true;
noita-entangled-worlds.enable = true;
claude-code.enable = true;
opencode.enable = true;
# TODO: enable defiant provider once emergent is on the same tailnet
# opencode.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";
# };
e621-downloader.enable = true;