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>
6 lines
116 B
Nix
6 lines
116 B
Nix
{ lib, mkTarget, ... }:
|
|
{
|
|
imports = [
|
|
(lib.modules.importApply ./fontconfig.nix { inherit mkTarget; })
|
|
];
|
|
}
|