diff --git a/options.html b/options.html index a3246e8d0..9eeff24cf 100644 --- a/options.html +++ b/options.html @@ -10037,7 +10037,7 @@ package

Default: pkgs.tmate

Declared by:

<home-manager/modules/programs/tmate.nix>
programs.tmate.dsaFingerprint

Tmate server EdDSA key fingerprint.

Type: -null or Concatenated string

Default: +null or string

Default: null

Example: SHA256:1111111111111111111111111111111111111111111

Declared by:

<home-manager/modules/programs/tmate.nix> @@ -10057,7 +10057,7 @@ null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)

2222

Declared by:

<home-manager/modules/programs/tmate.nix>
programs.tmate.rsaFingerprint

Tmate server RSA key fingerprint.

Type: -null or Concatenated string

Default: +null or string

Default: null

Example: SHA256:1111111111111111111111111111111111111111111

Declared by:

<home-manager/modules/programs/tmate.nix> @@ -16432,7 +16432,7 @@ null or boolean

Default: <home-manager/modules/misc/xdg-desktop-entries.nix>

xdg.desktopEntries.<name>.settings

Extra key-value pairs to add to the [Desktop Entry] section. This may override other values.

Type: -attribute set of Concatenated string

Default: +attribute set of string

Default: { }

Example:

{
   Keywords = "calc;math";
   DBusActivatable = "false";