From eb5f1bd77b79845ba37d8f7b5ec3946471116f57 Mon Sep 17 00:00:00 2001 From: teto Date: Sun, 27 Aug 2023 18:48:47 +0000 Subject: [PATCH] deploy: 90e62f96c775162580091085831f89b49dba2ee3 --- options.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/options.html b/options.html index de7b06070..63b25a29d 100644 --- a/options.html +++ b/options.html @@ -10941,6 +10941,80 @@ strings concatenated with ā€œ\nā€

Default:

Declared by:

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

Whether to enable yazi.

Type: +boolean

Default: +false

Example: +true

Declared by:

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

Whether to enable Bash integration.

Type: +boolean

Default: +false

Example: +true

Declared by:

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

Whether to enable Zsh integration.

Type: +boolean

Default: +false

Example: +true

Declared by:

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

Yazi package to install.

Type: +package

Default: +pkgs.yazi

Declared by:

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

Configuration written to +$XDG_CONFIG_HOME/yazi/keymap.toml.

See https://github.com/sxyazi/yazi/blob/main/config/docs/keymap.md +for the full list of options.

Type: +TOML value

Default: +{ }

Example:

{
+  input.keymap = [
+    { exec = "close"; on = [ "<C-q>" ]; }
+    { exec = "close --submit"; on = [ "<Enter>" ]; }
+    { exec = "escape"; on = [ "<Esc>" ]; }
+    { exec = "backspace"; on = [ "<Backspace>" ]; }
+  ];
+  manager.keymap = [
+    { exec = "escape"; on = [ "<Esc>" ]; }
+    { exec = "quit"; on = [ "q" ]; }
+    { exec = "close"; on = [ "<C-q>" ]; }
+  ];
+}
+
+

Declared by:

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

Configuration written to +$XDG_CONFIG_HOME/yazi/yazi.toml.

See https://github.com/sxyazi/yazi/blob/main/config/docs/yazi.md +for the full list of options.

Type: +TOML value

Default: +{ }

Example:

{
+  log = {
+    enabled = false;
+  };
+  manager = {
+    show_hidden = false;
+    sort_by = "modified";
+    sort_dir_first = true;
+    sort_reverse = true;
+  };
+}
+
+

Declared by:

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

Configuration written to +$XDG_CONFIG_HOME/yazi/theme.toml.

See https://github.com/sxyazi/yazi/blob/main/config/docs/theme.md +for the full list of options

Type: +TOML value

Default: +{ }

Example:

{
+  filetype = {
+    rules = [
+      { fg = "#7AD9E5"; mime = "image/*"; }
+      { fg = "#F3D398"; mime = "video/*"; }
+      { fg = "#F3D398"; mime = "audio/*"; }
+      { fg = "#CD9EFC"; mime = "application/x-bzip"; }
+    ];
+  };
+}
+
+

Declared by:

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

Whether to enable yt-dlp.

Type: boolean

Default: false

Example: