From b2e19840d04b3c201d29771e012aa6e9781b6a13 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 24 Aug 2026 00:33:24 +0800 Subject: [PATCH] fix(home): disable catppuccin theme for removed gemini-cli --- home/base/core/theme.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/base/core/theme.nix b/home/base/core/theme.nix index 9d3265b2..e0382caa 100644 --- a/home/base/core/theme.nix +++ b/home/base/core/theme.nix @@ -8,6 +8,10 @@ catppuccin = { # The default `enable` value for all available programs. enable = true; + # nixpkgs renamed gemini-cli to antigravity-cli (which dropped catppuccin + # theme support); the v26.05 tag still references the old option name. + # Remove this line once the catppuccin input moves past the rename. + gemini-cli.enable = false; cache.enable = true; # one of "latte", "frappe", "macchiato", "mocha" flavor = "mocha";