programs.kitty.actionAliases
Home-Manager option
Define action aliases.
type: attribute set of stringDefault
{ }Example
declared in: <home-manager/modules/programs/kitty.nix>source unavailable{ "launch_tab" = "launch --cwd=current --type=tab"; "launch_window" = "launch --cwd=current --type=os-window"; }