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
{
  foo = ./foo;
  inherit (pkgs.yaziPlugins) bar;
}
declared in: nixos/modules/programs/yazi.nixView source on NixOS/nixpkgs →