programs.yazi.plugins
NixOS option
Lua plugins. See https://yazi-rs.github.io/docs/plugins/overview/ for documentation.
type: attribute set of (absolute path or package)Default
{ }Example
declared in: nixos/modules/programs/yazi.nixView source on NixOS/nixpkgs →{
foo = ./foo;
inherit (pkgs.yaziPlugins) bar;
}