MyNixOS website logo
option

programs.kitty.darwinLaunchOptions

Command-line options to use when launched by Mac OS GUI.

Declarations
Type
null or (list of string)
Default
null
Example
[
  "--single-instance"
  "--directory=/tmp/my-dir"
  "--listen-on=unix:/tmp/my-socket"
]