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