diff --git a/options.xhtml b/options.xhtml index 0d2efd5e2..1469e9e10 100644 --- a/options.xhtml +++ b/options.xhtml @@ -28274,6 +28274,141 @@ null or package

+
+ + programs.discord.enable + + +
+
+

Whether to enable Discord, the chat platform.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/discord.nix> + +
+
+
+ + programs.discord.package + + +
+
+

The discord package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.discord

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/discord.nix> + +
+
+
+ + programs.discord.settings + + +
+
+

Configuration for Discord. +The schema does not seem to be documented anywhere

+ +

Type: +open submodule of (JSON value)

+ +

Default: +{ }

+ +

Example:

{
+  DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING = true;
+}
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/discord.nix> + +
+
+
+ + programs.discord.settings.DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING + + +
+
+

Whether to enable Chrome’s devtools inside Discord

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/discord.nix> + +
+
+
+ + programs.discord.settings.SKIP_HOST_UPDATE + + +
+
+

Whether to skip Discord’s automatic update checks at startup

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/discord.nix> + +
+
programs.distrobox.enable