Kitty
Options for Kitty terminal editor.
Example:
{
kitty = {
enable = true;
fontSize = 17;
};
}
kitty.enable
Enables kitty terminal editor.
type: bool
default: <gui.enable>
Example:
{
kitty.enable = true;
}
kitty.fontSize
Font size for kitty.
type: unsigned integer
default: 15
Example:
{
kitty.fontSize = 13;
}