MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/ghostty/config.

See https://ghostty.org/docs/config/reference for more information.

Declarations
Type
attribute set of (atom (null, bool, int, float or string) or a list of them for duplicate keys)
Default
{ }
Example
{
  theme = "catppuccin-mocha";
  font-size = 10;
  keybind = [
    "ctrl+h=goto_split:left"
    "ctrl+l=goto_split:right"
  ];
}