opencode stuff
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
@@ -3,13 +3,6 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.sessionVariables = {
|
|
||||||
OPENCODE_ENABLE_EXA = 1;
|
|
||||||
OPENCODE_EXPERIMENTAL_LSP_TOOL = 1;
|
|
||||||
OPENCODE_EXPERIMENTAL_MARKDOWN = 1;
|
|
||||||
OPENCODE_EXPERIMENTAL_PLAN_MODE = 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;
|
||||||
@@ -53,11 +46,6 @@
|
|||||||
type = "local";
|
type = "local";
|
||||||
command = ["bunx" "opensrc-mcp"];
|
command = ["bunx" "opensrc-mcp"];
|
||||||
};
|
};
|
||||||
overseer = {
|
|
||||||
enabled = false;
|
|
||||||
type = "local";
|
|
||||||
command = ["${pkgs.overseer}/bin/os" "mcp"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user