{ config, lib, ... }: with lib; let cfg = config.nixfiles.modules.fonts; in { config = mkIf cfg.enable { fonts.fontDir.enable = true; }; }