feat: cleaned up ai tooling
This commit is contained in:
parent
4eb36ddfc7
commit
0ca99c1835
19 changed files with 48 additions and 4668 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue