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