feat: disable gemini-cli
This commit is contained in:
@@ -50,7 +50,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.gemini-cli = {
|
programs.gemini-cli = {
|
||||||
enable = true;
|
enable = false;
|
||||||
package = pkgs.llm-agents.gemini-cli;
|
package = pkgs.llm-agents.gemini-cli;
|
||||||
enableMcpIntegration = true;
|
enableMcpIntegration = true;
|
||||||
context.AGENTS = sharedContext;
|
context.AGENTS = sharedContext;
|
||||||
|
|||||||
Reference in New Issue
Block a user