From 0480d2ff0b92f9206ac123e061c072479c76a811 Mon Sep 17 00:00:00 2001
From: rycee
Yazi package to install.
+The yazi package to use.
Type: package
@@ -51885,6 +51885,64 @@ packageDefault:
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: +
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:
+
Declared by: |