let theme = import ../theme.nix; in { gtk.enable = true; catppuccin.gtk = { enable = true; flavor = theme.flavor; icon.enable = true; }; }