11.stylix/modules/jankyborders/meta.nix
Eveeifyeve ef025b8de3
jankyborders: init (#838)
Link: https://github.com/nix-community/stylix/pull/838

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Lalit Yalamanchili <79628080+Lalit64@users.noreply.github.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-23 09:21:50 +02:00

6 lines
150 B
Nix

{ lib, ... }:
{
maintainers = [ lib.maintainers.eveeifyeve ];
homepage = "https://github.com/FelixKratz/JankyBorders";
name = "JankyBorders";
}