From b2ec325396c28ad9093fb1cb0dd745582a3ed985 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Mon, 22 Dec 2025 16:22:56 +1000 Subject: [PATCH] Add gemini cli --- hosts/modules/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/modules/home.nix b/hosts/modules/home.nix index 71736c0..23bae91 100644 --- a/hosts/modules/home.nix +++ b/hosts/modules/home.nix @@ -19,6 +19,7 @@ bitwarden-desktop signal-desktop spotify + gemini-cli (darktable.overrideAttrs (oldAttrs: { nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [ makeWrapper ];