yaziPlugins.clipboard: init at unstable-2026-02-10

This commit is contained in:
XYenon
2026-04-11 19:10:26 +08:00
parent 3a9ff420af
commit 320f875ac2
@@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "clipboard.yazi";
version = "0-unstable-2026-02-10";
src = fetchFromGitHub {
owner = "XYenon";
repo = "clipboard.yazi";
rev = "3b9681091b783d6bc5d07172afd6159060a7db63";
hash = "sha256-8p2RC8F8JH1K36HebJM58stHX+lFLD+KYQxfdJm06y0=";
};
meta = {
description = "Clipboard sync plugin for Yazi that copies yanked file paths to the system clipboard";
homepage = "https://github.com/XYenon/clipboard.yazi";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ xyenon ];
};
}