11.stylix/modules/font-packages/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

11 lines
317 B
Nix

{ lib, ... }:
{
name = "Font packages";
maintainers = [ lib.maintainers.mightyiam ];
description = ''
This module makes the Stylix fonts available in the environment of each of
the platforms that this module supports.
Also see [general fonts documentation](../../configuration.html#fonts).
'';
}