diff --git a/options.xhtml b/options.xhtml index 80f2eb790..9e8ff5198 100644 --- a/options.xhtml +++ b/options.xhtml @@ -34627,6 +34627,37 @@ package

Default: pkgs.kitty

+

Declared by:

+ + +
+ +<home-manager/modules/programs/kitty.nix> + +
+ +
+ + 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 by: