Compare commits

..

2 Commits

Author SHA1 Message Date
c767e881ba fmt 2026-02-05 15:05:09 -05:00
7d93b84ca5 opencode: fix ultrabrain model 2026-02-05 15:05:03 -05:00
2 changed files with 5 additions and 1 deletions

View File

@@ -25,7 +25,8 @@
emacs = pkgs.emacs-unstable-pgtk; emacs = pkgs.emacs-unstable-pgtk;
extraPackages = extraPackages =
epkgs: epkgs:
with epkgs; [ with epkgs;
[
dracula-theme dracula-theme
treesit-grammars.with-all-grammars treesit-grammars.with-all-grammars
] ]

View File

@@ -148,6 +148,9 @@ in
models = { models = {
"openai/gpt-oss-20b:free" = { }; "openai/gpt-oss-20b:free" = { };
"minimax/minimax-m2.1" = { }; "minimax/minimax-m2.1" = { };
"openai/gpt-5.2-codex" = {
variant = "xhigh";
};
}; };
options = { options = {
# TODO! use agenix here instead # TODO! use agenix here instead