MyNixOS website logo
option

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.

Declarations
Type
attribute set of (boolean or string or list of string)
Default
{ }
Example
{
  hl = "en";
  tl = [
    "es"
    "fr"
  ];
  verbose = true;
}