yaziPlugins.yatline-githead: init at 0-unstable-2025-05-31 (#412633)

This commit is contained in:
Austin Horstman 2025-05-31 18:44:50 -05:00 committed by GitHub
commit d32aab510c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "yatline-githead.yazi";
version = "0-unstable-2025-05-31";
src = fetchFromGitHub {
owner = "imsi32";
repo = "yatline-githead.yazi";
rev = "f8f969e84c39ad4215334ea5012183a2a5a6160b";
hash = "sha256-Cs8zSYtUfdCmKwIkJwQGyQNeSOmmpPvObCMnGm+32zg=";
};
meta = {
description = "githead.yazi with yatline.yazi support";
homepage = "https://github.com/imsi32/yatline-githead.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};
}