yaziPlugins.githead: init at 0-unstable-2026-01-26

https: //github.com/llanosrocas/githead.yazi
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-01-29 14:55:57 -06:00
parent 445d9cbc1e
commit dc3b6917a5
@@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "githead.yazi";
version = "0-unstable-2026-01-26";
src = fetchFromGitHub {
owner = "llanosrocas";
repo = "githead.yazi";
rev = "317d09f728928943f0af72ff6ce31ea335351202";
hash = "sha256-o2EnQYOxp5bWn0eLn0sCUXcbtu6tbO9pdUdoquFCTVw=";
};
meta = {
description = "Git status header for yazi inspired by powerlevel10k ";
homepage = "https://github.com/llanosrocas/githead.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};
}