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