programs.discord.enable
Whether to enable Discord, the chat platform.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.discord.package
The discord package to use.
Type: null or package
Default:
pkgs.discord
Declared by:
programs.discord.configName
Name of the subdirectory where settings.json is linked under.
For example discord-canary uses discordcanary.
Type: string
Default:
"discord"
Example:
"discordptb"
Declared by:
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:
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:
programs.discord.settings.SKIP_HOST_UPDATE
Whether to skip Discord’s automatic update checks at startup
Type: boolean
Default:
true
Example:
false
Declared by: