dotfiles/home/modules/gtk/config/theme.nix
2025-01-10 04:17:54 -06:00

10 lines
201 B
Nix
Executable file

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