diff --git a/options.html b/options.html index 9bad7b429..37b606e89 100644 --- a/options.html +++ b/options.html @@ -6260,6 +6260,19 @@ of options.
Type: TOML value
}
Declared by:
<home-manager/modules/programs/topgrade.nix>
+ |
programs.translate-shell.enableWhether to enable translate-shell.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/translate-shell.nix>
+ |
programs.translate-shell.settingsOptions 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:
+ <home-manager/modules/programs/translate-shell.nix>
|
programs.urxvt.enableWhether to enable rxvt-unicode terminal emulator.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/urxvt.nix>
|
programs.urxvt.packagerxvt-unicode package to install.
Type: package
Default: pkgs.rxvt-unicode
Declared by:
|