From 7ccbdcfa3306adc116d708b5e820a5c8bb478a7c Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Sun, 26 Apr 2026 22:49:32 +0200 Subject: [PATCH] feat: disable gemini-cli --- modules/features/ai.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features/ai.nix b/modules/features/ai.nix index 0f57c9b..c562b94 100644 --- a/modules/features/ai.nix +++ b/modules/features/ai.nix @@ -50,7 +50,7 @@ in }; programs.gemini-cli = { - enable = true; + enable = false; package = pkgs.llm-agents.gemini-cli; enableMcpIntegration = true; context.AGENTS = sharedContext;