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.ttyper.enable

Whether to enable ttyper, a terminal-based typing test.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.ttyper.package

The ttyper package to use.

Type: null or package

Default:

pkgs.ttyper

Declared by:

programs.ttyper.settings

Configuration written to $XDG_CONFIG_HOME/ttyper/config.toml. See https://github.com/max-niederman/ttyper for all available options, including supported languages and theme keys.

Type: TOML value

Default:

{ }

Example:

{
  default_language = "english200";
  theme = {
    border_type = "rounded";
    prompt_correct = "green";
    prompt_incorrect = "red";
  };
}

Declared by: