yaziPlugins: init split-tabs

Update default.nix

Co-authored-by: XYenon <register@xyenon.bid>

Update default.nix

Co-authored-by: XYenon <register@xyenon.bid>
This commit is contained in:
𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕
2026-04-11 12:29:32 -04:00
co-authored by XYenon
parent 09c5761826
commit 65e12b960f
@@ -0,0 +1,24 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "split-tabs.yazi";
version = "0-unstable-2026-04-09";
src = fetchFromGitHub {
owner = "terrakok";
repo = "split-tabs.yazi";
rev = "3f297277ed79cef5d22ea19883ce4d22e40c45a8";
hash = "sha256-exa9I5GaF5T2dBnKIcB1gSdtdp2QlzbHv2J9FGxfpBM=";
};
meta = {
description = "Yazi plugin that provides a dual-pane view by splitting the screen between two tabs";
homepage = "https://github.com/terrakok/split-tabs.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ philocalyst ];
};
}