dotfiles/home/modules/gtk/config/theme.nix
2025-01-11 05:03:58 -06:00

10 lines
198 B
Nix
Executable file

{pkgs, ...}: {
package = pkgs.catppuccin-gtk.override {
size = "compact";
variant = "macchiato";
accents = [
"mauve"
];
};
name = "catppuccin-macchiato-mauve-compact";
}