11.stylix/modules/fontconfig/meta.nix
Shahar "Dawn" Or 6d72fc259b
fontconfig: align Home Manager with NixOS and enhance docs (#1292)
BREAKING CHANGE: The fontconfig target no longer enables Home Manager's
fonts.fontconfig.enable option and now sets Home Manager's
fonts.fontconfig.defaultFonts option instead.

Link: https://github.com/nix-community/stylix/pull/1292

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-06-10 19:28:41 +02:00

12 lines
358 B
Nix

{ lib, ... }:
{
name = "Fontconfig";
homepage = "https://fontconfig.org";
maintainers = [ lib.maintainers.mightyiam ];
description = ''
This module adds the Stylix fonts to `fonts.fontconfig.defaultFonts` in
each of the platforms that this module supports.
Also see [general fonts documentation](../../configuration.html#fonts).
'';
}