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: