{ config, lib, pkgs, ... }: { gtk = { enable = true; font = { package = pkgs.roboto; name = "Roboto Medium 11"; }; }; }