fix(home): disable catppuccin theme for removed gemini-cli

This commit is contained in:
Ryan Yin
2026-08-24 00:33:24 +08:00
parent 7cba098b07
commit b2e19840d0
+4
View File
@@ -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";