MyNixOS website logo

Define action aliases.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  "launch_tab" = "launch --cwd=current --type=tab";
  "launch_window" = "launch --cwd=current --type=os-window";
}