From 6e7718ff895a8537082b85b7735d4ac8d1181071 Mon Sep 17 00:00:00 2001
From: khaneliman
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: