Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.ty.enable

Whether to enable ty.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.ty.package

The ty package to use.

Type: null or package

Default:

pkgs.ty

Declared by:

programs.ty.settings

Configuration written to $XDG_CONFIG_HOME/ty/ty.toml. See https://docs.astral.sh/ty/configuration/ and https://docs.astral.sh/ty/reference/configuration/ for more information.

Type: TOML value

Default:

{ }

Example:

{
  rules = {
    index-out-of-bounds = "ignore";
  };
}

Declared by: