11.stylix/modules/fnott/meta.nix
Karun Sandhu 8775d8322a
fnott: set font size (#1243)
Link: https://github.com/danth/stylix/pull/1243

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-09 08:21:32 -07:00

8 lines
110 B
Nix

{ lib, ... }:
{
maintainers = with lib.maintainers; [
awwpotato
MrSom3body
];
name = "Fnott";
}