MyNixOS website logo

Pre-made themes. Values should be a package or path containing the required files. Will be linked to $XDG_CONFIG_HOME/yazi/flavors/<name>.yazi.

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;
}