yaziPlugins.allmytoes: init at 0-unstable-2025-11-05

Signed-off-by: Luminar Leaf <80571430+LuminarLeaf@users.noreply.github.com>
This commit is contained in:
Luminar Leaf
2026-06-13 12:01:01 +05:30
parent 7c2adfb066
commit c88d408f30
@@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "allmytoes.yazi";
version = "0-unstable-2025-11-22";
src = fetchFromGitHub {
owner = "Sonico98";
repo = "allmytoes.yazi";
rev = "acdc53be76434a82218eed8e1fda5512971bf3cc";
hash = "sha256-zZ9L0FrcxFvSuDJwi6VHQXDT7b/sM4DhZ3LPi/i9tig=";
};
meta = {
description = "Generate freedesktop-compatible thumbnails while using yazi";
homepage = "https://github.com/Sonico98/allmytoes.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ luminarleaf ];
};
}