programs.yazi.plugins

Lua plugins. Values should be a package or path containing an init.lua file. Will be linked to $XDG_CONFIG_HOME/yazi/plugins/.yazi.

See https://yazi-rs.github.io/docs/plugins/overview for documentation.

Type
attribute set of (absolute path or package)
Default
{ }
Example
{
  foo = ./foo;
  bar = pkgs.bar;
}
Declared
<home-manager/modules/programs/yazi.nix>