We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af32810 + 48fcb86 commit d32aab5Copy full SHA for d32aab5
pkgs/by-name/ya/yazi/plugins/yatline-githead/default.nix
@@ -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