Compare commits
2 Commits
587412b0be
...
c767e881ba
| Author | SHA1 | Date | |
|---|---|---|---|
|
c767e881ba
|
|||
|
7d93b84ca5
|
@@ -25,7 +25,8 @@
|
||||
emacs = pkgs.emacs-unstable-pgtk;
|
||||
extraPackages =
|
||||
epkgs:
|
||||
with epkgs; [
|
||||
with epkgs;
|
||||
[
|
||||
dracula-theme
|
||||
treesit-grammars.with-all-grammars
|
||||
]
|
||||
|
||||
@@ -148,6 +148,9 @@ in
|
||||
models = {
|
||||
"openai/gpt-oss-20b:free" = { };
|
||||
"minimax/minimax-m2.1" = { };
|
||||
"openai/gpt-5.2-codex" = {
|
||||
variant = "xhigh";
|
||||
};
|
||||
};
|
||||
options = {
|
||||
# TODO! use agenix here instead
|
||||
|
||||
Reference in New Issue
Block a user