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.translate-shell.enable

Whether to enable translate-shell.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.translate-shell.package

The translate-shell package to use.

Type: null or package

Default:

pkgs.translate-shell

Declared by:

programs.translate-shell.settings

Options to add to $XDG_CONFIG_HOME/translate-shell/init.trans file. See https://github.com/soimort/translate-shell/wiki/Configuration for options.

Type: attribute set of (boolean or string or list of string)

Default:

{ }

Example:

{
  hl = "en";
  tl = [
    "es"
    "fr"
  ];
  verbose = true;
}

Declared by: