Skip to content

Commit 23f650b

Browse files
committed
yaziPlugins.projects: init at 0-unstable-2025-03-02
1 parent 21fe06f commit 23f650b

File tree

1 file changed

+23
-0
lines changed

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 = "projects.yazi";
8+
version = "0-unstable-2025-03-02";
9+
10+
src = fetchFromGitHub {
11+
owner = "MasouShizuka";
12+
repo = "projects.yazi";
13+
rev = "4f11eccf835556600a37730b383ee12f00d4fc59";
14+
hash = "sha256-XHGlQn0Nsxh/WScz4v2I+IWvzGJ9QTXbB7zgSCPQ+E0=";
15+
};
16+
17+
meta = {
18+
description = "A yazi plugin that adds the functionality to save and load projects.";
19+
homepage = "https://github.com/MasouShizuka/projects.yazi";
20+
license = lib.licenses.mit;
21+
maintainers = with lib.maintainers; [ khaneliman ];
22+
};
23+
}

0 commit comments

Comments
 (0)