diff --git a/options.html b/options.html index 5e85cd66a..03a7d0e2e 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