From e0fb7df59ee55e403d601b2a81fe08b5e73a427e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 8 Aug 2025 22:31:39 +0200 Subject: Home: Install gemini cli --- hosts/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/home.nix') diff --git a/hosts/home.nix b/hosts/home.nix index 8e51c0a..2404b72 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -81,6 +81,7 @@ opencode claude-code codex + gemini-cli kubectl kubectx kubernetes-helm @@ -117,7 +118,7 @@ LOCATION = "${location}"; OPENAI_API_KEY = "${secrets.openai_api_key}"; ANTHROPIC_API_KEY = "${secrets.anthropic_api_key}"; - GOOGLE_GENERATIVE_AI_API_KEY = "${secrets.google_genai_api_key}"; + GEMINI_API_KEY = "${secrets.google_genai_api_key}"; OPENROUTER_API_KEY = "${secrets.openrouter_api_key}"; }; @@ -356,6 +357,7 @@ bzl = "bazel"; codex = "codex --disable-response-storage"; claude = "claude --dangerously-skip-permissions"; + gemini = "gemini --yolo"; extract = '' () { if [ -f $1 ] ; then -- cgit 1.4.1