11.stylix/modules/fontconfig/hm.nix
2025-06-04 16:33:12 +07:00

9 lines
146 B
Nix

{ mkTarget, ... }:
mkTarget {
name = "fontconfig";
humanName = "Fontconfig";
configElements = {
fonts.fontconfig.enable = true;
};
}