From 55199f20a565d2860f69a1b9b06060c10101a66b Mon Sep 17 00:00:00 2001 From: ncfavier Date: Thu, 11 May 2023 09:22:33 +0000 Subject: [PATCH] deploy: fa720861b5b68536434360aa0ccf0a5fb9060a73 --- options.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/options.html b/options.html index 9bad7b42..37b606e8 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.enable

Whether to enable translate-shell.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/programs/translate-shell.nix> +
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:

+ <home-manager/modules/programs/translate-shell.nix>
programs.urxvt.enable

Whether to enable rxvt-unicode terminal emulator.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/urxvt.nix>
programs.urxvt.package

rxvt-unicode package to install.

Type: package

Default: pkgs.rxvt-unicode

Declared by: