programs.kitty.actionAliases

Define action aliases.

Type
attribute set of string
Default
{ }
Example
{
  "launch_tab" = "launch --cwd=current --type=tab";
  "launch_window" = "launch --cwd=current --type=os-window";
}
Declared
<home-manager/modules/programs/kitty.nix>