MyNixOS website logo
option

programs.yazi.flavors

Pre-made themes.

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

Declarations
Type
attribute set of (path or package)
Default
{ }
Example
{
  foo = ./foo;
  bar = pkgs.bar;
}