programs.equibop.enable
Whether to enable Custom Discord App aiming to give you better performance and improve linux support.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.equibop.package
The equibop package to use.
Type: null or package
Default:
pkgs.equibop
Declared by:
programs.equibop.equicord.extraQuickCss
Additional CSS rules.
Type: strings concatenated with “\n”
Default:
""
Example:
''
/* disable webcam preview mirroring */
.media-engine-video { transform: none; }
''
Declared by:
programs.equibop.equicord.settings
Equicord settings written to
$XDG_CONFIG_HOME/equibop/settings/settings.json. See
https://github.com/Equicord/Equicord/blob/main/src/api/Settings.ts for available options.
Type: JSON value
Default:
{ }
Example:
{
autoUpdate = false;
autoUpdateNotification = false;
disableMinSize = true;
notifyAboutUpdates = false;
plugins = {
FakeNitro = {
enabled = true;
};
MessageLogger = {
enabled = true;
ignoreSelf = true;
};
};
useQuickCss = true;
}
Declared by:
programs.equibop.equicord.themes
Themes to add for Equicord, they can be enabled by setting
programs.equibop.equicord.settings.enabledThemes
to [ "THEME_NAME.css" ]
Type: attribute set of (strings concatenated with “\n” or absolute path)
Default:
{ }
Declared by:
programs.equibop.settings
Equibop settings written to
$XDG_CONFIG_HOME/equibop/settings.json. See
https://github.com/Equicord/Equibop/blob/main/src/shared/settings.d.ts for available options.
Type: JSON value
Default:
{ }
Example:
{
appBadge = false;
arRPC = true;
checkUpdates = false;
customTitleBar = false;
disableMinSize = true;
minimizeToTray = false;
tray = false;
splashBackground = "#000000";
splashColor = "#ffffff";
splashTheming = true;
staticTitle = true;
hardwareAcceleration = true;
discordBranch = "stable";
}
Declared by: