diff --git a/options.xhtml b/options.xhtml index 2fa31b6de..1c80fd804 100644 --- a/options.xhtml +++ b/options.xhtml @@ -51877,7 +51877,7 @@ boolean

-

Yazi package to install.

+

The yazi package to use.

Type: package

@@ -51885,6 +51885,64 @@ package

Default: pkgs.yazi

+

Declared by:

+ + +
+ +<home-manager/modules/programs/yazi.nix> + +
+
+
+ + programs.yazi.flavors + + +
+
+

Pre-made themes.

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

+ +

Type: +attribute set of (path or package)

+ +

Default: +{ }

+ +

Example:

{
+  foo = ./foo;
+  bar = pkgs.bar;
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/yazi.nix> + +
+
+
+ + programs.yazi.initLua + + +
+
+

The init.lua for Yazi itself.

+ +

Type: +null or path

+ +

Default: +null

+ +

Example: +./init.lua

+

Declared by:

@@ -51927,6 +51985,37 @@ TOML value

+

Declared by:

+ + +
+ +<home-manager/modules/programs/yazi.nix> + +
+ +
+ + programs.yazi.plugins + + +
+
+

Lua plugins.

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

+ +

Type: +attribute set of (path or package)

+ +

Default: +{ }

+ +

Example:

{
+  foo = ./foo;
+  bar = pkgs.bar;
+}
+
+
+

Declared by: