11.stylix/modules/sxiv/meta.nix
2025-05-18 14:09:50 +01:00

6 lines
133 B
Nix

{ lib, ... }:
{
name = "sxiv";
homepage = "https://github.com/muennich/sxiv";
maintainers = [ lib.maintainers.mateusauler ];
}