oc
This commit is contained in:
@@ -4,16 +4,18 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
OPENCODE_EXPERIMENTAL_PLAN_MODE = 1;
|
|
||||||
OPENCODE_EXPERIMENTAL_LSP_TOOL = 1;
|
|
||||||
OPENCODE_ENABLE_EXA = 1;
|
OPENCODE_ENABLE_EXA = 1;
|
||||||
|
OPENCODE_EXPERIMENTAL_LSP_TOOL = 1;
|
||||||
|
OPENCODE_EXPERIMENTAL_MARKDOWN = 1;
|
||||||
|
OPENCODE_EXPERIMENTAL_PLAN_MODE = 1;
|
||||||
|
OPENCODE_EXPERIMENTAL_FILE_WATCHER = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.opencode = {
|
programs.opencode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
||||||
settings = {
|
settings = {
|
||||||
model = "opencode/kimi-k2.5";
|
model = "opencode/claude-opus-4-5";
|
||||||
small_model = "opencode/minimax-m2.1";
|
small_model = "opencode/minimax-m2.1";
|
||||||
theme = "catppuccin";
|
theme = "catppuccin";
|
||||||
keybinds = {
|
keybinds = {
|
||||||
|
|||||||
Reference in New Issue
Block a user