1
0
Fork 0
nix-google-fonts-overlay/flake.nix
2025-05-19 09:23:51 +09:00

8 lines
99 B
Nix

{
description = "Google Fonts";
outputs =
{ self }:
{
lib = import ./.;
};
}