Link: https://github.com/nix-community/stylix/pull/1566 Reviewed-by: awwpotato <awwpotato@voidq.com> Reviewed-by: Daniel Thwaites <danth@danth.me>
9 lines
133 B
Nix
9 lines
133 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "mpv";
|
|
homepage = "https://mpv.io";
|
|
maintainers = with lib.maintainers; [
|
|
awwpotato
|
|
naho
|
|
];
|
|
}
|