Skip to content

Commit d32aab5

Browse files
authored
yaziPlugins.yatline-githead: init at 0-unstable-2025-05-31 (#412633)
2 parents af32810 + 48fcb86 commit d32aab5

File tree

1 file changed

+23
-0
lines changed
  • pkgs/by-name/ya/yazi/plugins/yatline-githead

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
lib,
3+
fetchFromGitHub,
4+
mkYaziPlugin,
5+
}:
6+
mkYaziPlugin {
7+
pname = "yatline-githead.yazi";
8+
version = "0-unstable-2025-05-31";
9+
10+
src = fetchFromGitHub {
11+
owner = "imsi32";
12+
repo = "yatline-githead.yazi";
13+
rev = "f8f969e84c39ad4215334ea5012183a2a5a6160b";
14+
hash = "sha256-Cs8zSYtUfdCmKwIkJwQGyQNeSOmmpPvObCMnGm+32zg=";
15+
};
16+
17+
meta = {
18+
description = "githead.yazi with yatline.yazi support";
19+
homepage = "https://github.com/imsi32/yatline-githead.yazi";
20+
license = lib.licenses.mit;
21+
maintainers = with lib.maintainers; [ khaneliman ];
22+
};
23+
}

0 commit comments

Comments
 (0)