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";