Compare commits
2 Commits
587412b0be
...
c767e881ba
| Author | SHA1 | Date | |
|---|---|---|---|
|
c767e881ba
|
|||
|
7d93b84ca5
|
@@ -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
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user