11.stylix/modules/font-packages/meta.nix
2025-06-04 16:30:47 +07:00

9 lines
240 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.
'';
}