about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-08-08 22:31:39 +0200
committerBaitinq <[email protected]>2025-08-08 22:31:39 +0200
commite0fb7df59ee55e403d601b2a81fe08b5e73a427e (patch)
tree0dad7b02ca02c042fc8c92cd334154f2b13a6e36 /hosts
parentUpdate (diff)
downloadnixos-config-e0fb7df59ee55e403d601b2a81fe08b5e73a427e.tar.gz
nixos-config-e0fb7df59ee55e403d601b2a81fe08b5e73a427e.tar.bz2
nixos-config-e0fb7df59ee55e403d601b2a81fe08b5e73a427e.zip
Home: Install gemini cli
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix4
1 files changed, 3 insertions, 1 deletions
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