{ catppuccin, ... }: { # https://github.com/catppuccin/nix imports = [ catppuccin.homeModules.catppuccin ]; 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"; # one of "blue", "flamingo", "green", "lavender", "maroon", "mauve", "peach", "pink", "red", "rosewater", "sapphire", "sky", "teal", "yellow" accent = "pink"; }; }