{ config, pkgs, inputs, lib, ... }: { gtk = { enable = true; font = { name = config.fontProfiles.regular.family; package = config.fontProfiles.regular.package; size = 12; }; }; }