Link: https://github.com/nix-community/stylix/pull/2041 Link: https://github.com/nix-community/stylix/pull/1976#discussion_r2539186937 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
4 lines
110 B
Nix
4 lines
110 B
Nix
{ lib, mkTarget, ... }:
|
|
{
|
|
imports = [ (lib.modules.importApply ./fontconfig.nix { inherit mkTarget; }) ];
|
|
}
|