From 6e7718ff895a8537082b85b7735d4ac8d1181071 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 27 Feb 2025 18:13:54 +0000 Subject: [PATCH] deploy: 343646e092696d94b6f22b6875ae685756fd4cf0 --- options.xhtml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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: