nix-config/home/wm/catppuccin.nix
2025-10-14 20:59:55 +02:00

13 lines
175 B
Nix

{
catppuccin = {
gtk = {
enable = true;
size = "compact";
tweaks = [ "rimless" ];
};
btop.enable = true;
alacritty.enable = true;
};
}