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

9 lines
134 B
Nix

{ lib, ... }:
{
name = "mpv";
homepage = "https://mpv.io/";
maintainers = with lib.maintainers; [
awwpotato
naho
];
}