From 102c3bbf5f0a11e0e04c1ef7cb848f9e1ff98fd5 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Fri, 12 May 2023 09:21:24 +0000 Subject: [PATCH] deploy: a835096fd2bcc369f57b76b9b17cc00348f595f5 --- options.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/options.html b/options.html index 5e85cd66..03a7d0e2 100644 --- a/options.html +++ b/options.html @@ -3967,6 +3967,21 @@ for the documentation.

Type: attrib }

Declared by:

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

Whether to enable Kitty bash integration.

Type: boolean

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
+

Example: true

Declared by:

+ <home-manager/modules/programs/kitty.nix> +
programs.kitty.shellIntegration.enableFishIntegration

Whether to enable Kitty fish integration.

Type: boolean

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
+

Example: true

Declared by:

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

Whether to enable Kitty zsh integration.

Type: boolean

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
+

Example: true

Declared by:

+ <home-manager/modules/programs/kitty.nix> +
programs.kitty.shellIntegration.mode

Set the mode of the shell integration. This accepts the same options +as the shell_integration option of Kitty. Note that no-rc is always +implied. See +https://sw.kovidgoyal.net/kitty/shell-integration +for more details.

Type: string

Default: "enabled"

Example: "no-cursor"

Declared by:

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

Apply a Kitty color theme. This option takes the friendly name of any theme given by the command kitty +kitten themes. See https://github.com/kovidgoyal/kitty-themes