11.stylix/modules/foot/meta.nix
Karun Sandhu f99fe598a6
foot: fix font size (#1360)
Link: https://github.com/nix-community/stylix/pull/1360

Reviewed-by: pancho horrillo <pancho@pancho.name>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-22 15:16:38 -07:00

6 lines
131 B
Nix

{ lib, ... }:
{
name = "foot";
homepage = "https://codeberg.org/dnkl/foot/";
maintainers = [ lib.maintainers.MrSom3body ];
}