programs.yazi.plugins
Home-Manager option
Lua plugins. Values should be a package or path containing an init.lua file. Will be linked to $XDG_CONFIG_HOME/yazi/plugins/<name>.yazi. See https://yazi-rs.github.io/docs/plugins/overview for documentation.
type: attribute set of (absolute path or package)Default
{ }Example
declared in: <home-manager/modules/programs/yazi.nix>source unavailable{ foo = ./foo; bar = pkgs.bar; }