programs.yazi.flavors

NixOS option

Pre-made themes. See https://yazi-rs.github.io/docs/flavors/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 →