1 2 3 4 5 6 7 8
{ lib, config, pkgs, ... }: { gtk = { theme = { package = pkgs.catppuccin-gtk; }; }; }