diff --git a/options.html b/options.html index e26c3a66..f5cfa556 100644 --- a/options.html +++ b/options.html @@ -10989,6 +10989,31 @@ strings concatenated with ā\nā
Default: Declared by: Whether to enable xplr, terminal UI based file explorer. Type:
+boolean Default:
+ Example:
+ Declared by: The xplr package to use. Type:
+package Default:
+ Declared by: Extra xplr configuration. Type:
+strings concatenated with ā\nā Default:
+ Example: Declared by: Plugins to be added to your configuration file. Must be a package, an absolute plugin path, or string to be recognized
+by xplr. Paths will be relative to
+ Type:
+null or (list of (package or string)) Default:
+ Declared by: Whether to enable yazi. Type:
boolean Default:
Example:
<home-manager/modules/programs/xmobar.nix>
+
programs.xplr.enable
false
true
+<home-manager/modules/programs/xplr.nix>
+
programs.xplr.package
pkgs.xplr
+<home-manager/modules/programs/xplr.nix>
+
programs.xplr.extraConfig
""
require("wl-clipboard").setup {
+ copy_command = "wl-copy -t text/uri-list",
+ paste_command = "wl-paste",
+ keep_selection = true,
+}
+
+
+<home-manager/modules/programs/xplr.nix>
+
programs.xplr.plugins
$XDG_CONFIG_HOME/xplr/init.lua
unless they are absolute.[]
+<home-manager/modules/programs/xplr.nix>
programs.yazi.enable
false