From 102c3bbf5f0a11e0e04c1ef7cb848f9e1ff98fd5 Mon Sep 17 00:00:00 2001
From: ncfavier
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