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>
11 lines
317 B
Nix
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).
|
|
'';
|
|
}
|