From 5234bd23732b0b95ee605ce059179d12438a7acb Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 13 Sep 2023 06:12:36 +0000 Subject: [PATCH] deploy: a0ddf43b6268f1717afcda54133dea30435eb178 --- options.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/options.html b/options.html index e26c3a664..f5cfa5568 100644 --- a/options.html +++ b/options.html @@ -10989,6 +10989,31 @@ strings concatenated with ā€œ\nā€

Default:

Declared by:

<home-manager/modules/programs/xmobar.nix> +
programs.xplr.enable

Whether to enable xplr, terminal UI based file explorer.

Type: +boolean

Default: +false

Example: +true

Declared by:

+<home-manager/modules/programs/xplr.nix> +
programs.xplr.package

The xplr package to use.

Type: +package

Default: +pkgs.xplr

Declared by:

+<home-manager/modules/programs/xplr.nix> +
programs.xplr.extraConfig

Extra xplr configuration.

Type: +strings concatenated with ā€œ\nā€

Default: +""

Example:

require("wl-clipboard").setup {
+  copy_command = "wl-copy -t text/uri-list",
+  paste_command = "wl-paste",
+  keep_selection = true,
+}
+
+

Declared by:

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

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 +$XDG_CONFIG_HOME/xplr/init.lua unless they are absolute.

Type: +null or (list of (package or string))

Default: +[]

Declared by:

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

Whether to enable yazi.

Type: boolean

Default: false

Example: