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.
1 parent 23f650b commit 60e5603Copy full SHA for 60e5603
pkgs/by-name/ya/yazi/plugins/lazygit/default.nix
@@ -0,0 +1,23 @@
1
+{
2
+ lib,
3
+ fetchFromGitHub,
4
+ mkYaziPlugin,
5
+}:
6
+mkYaziPlugin {
7
+ pname = "lazygit.yazi";
8
+ version = "0-unstable-2025-03-31";
9
+
10
+ src = fetchFromGitHub {
11
+ owner = "Lil-Dank";
12
+ repo = "lazygit.yazi";
13
+ rev = "7a08a0988c2b7481d3f267f3bdc58080e6047e7d";
14
+ hash = "sha256-OJJPgpSaUHYz8a9opVLCds+VZsK1B6T+pSRJyVgYNy8=";
15
+ };
16
17
+ meta = {
18
+ description = "Lazygit plugin for yazi.";
19
+ homepage = "https://github.com/Lil-Dank/lazygit.yazi";
20
+ license = lib.licenses.mit;
21
+ maintainers = with lib.maintainers; [ khaneliman ];
22
23
+}
0 commit comments