programs.ghostty.settings
Home-Manager option
Configuration written to $XDG_CONFIG_HOME/ghostty/config. See https://ghostty.org/docs/config/reference for more information.
type: attribute set of (atom (null, bool, int, float or string) or a list of them for duplicate keys)Default
{ }Example
declared in: <home-manager/modules/programs/ghostty.nix>source unavailable{ theme = "catppuccin-mocha"; font-size = 10; keybind = [ "ctrl+h=goto_split:left" "ctrl+l=goto_split:right" ]; }