yaziPlugins.rich-preview: init at 0-unstable-2025-01-18

This commit is contained in:
Austin Horstman
2025-04-11 19:00:09 -05:00
parent eaaa73e119
commit 65f7d2e429
@@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "rich-preview.yazi";
version = "0-unstable-2025-01-18";
src = fetchFromGitHub {
owner = "AnirudhG07";
repo = "rich-preview.yazi";
rev = "2559e5fa7c1651dbe7c5615ef6f3b5291347d81a";
hash = "sha256-dW2gAAv173MTcQdqMV32urzfrsEX6STR+oCJoRVGGpA=";
};
meta = {
description = "Preview file types using rich in Yazi.";
homepage = "https://github.com/AnirudhG07/rich-preview.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};
}