Discord
Homepages: Discord, Nixcord, Vencord, and Vesktop
Maintainers: Erin Pletches (@Flameopathic)
This module provides a collection of targets related to Discord. The same theme is used for each target.
The Vencord, Vesktop, and Nixcord targets use built-in Home Manager options, while the Nixcord target leverages github:KaylorBen/nixcord.
important
The Nixcord target will have no effect unless Nixcord is properly imported into your configuration.
Home Manager options
stylix.targets.nixcord.colors.enable
Whether to enable config.lib.stylix.colors for Nixcord.
|
Type |
boolean |
|
Default |
|
|
Example |
|
|
Source |
stylix.targets.nixcord.colors.override
Attribute sets are recursively merged with config.lib.stylix.colors,
while all other non-null types override config.lib.stylix.colors.
|
Type |
anything |
|
Default |
|
|
Source |
stylix.targets.nixcord.enable
Whether to enable theming for Nixcord.
|
Type |
boolean |
|
Default |
|
|
Example |
|
|
Source |
stylix.targets.nixcord.extraCss
Extra CSS to added to Nixcord's theme
|
Type |
strings concatenated with "\n" |
|
Default |
|
|
Source |
stylix.targets.nixcord.fonts.enable
Whether to enable config.stylix.fonts for Nixcord.
|
Type |
boolean |
|
Default |
|
|
Example |
|
|
Source |
stylix.targets.nixcord.fonts.override
Attribute sets are recursively merged with config.stylix.fonts,
while all other non-null types override config.stylix.fonts.
|
Type |
anything |
|
Default |
|
|
Source |
stylix.targets.vencord.colors.enable
Whether to enable config.lib.stylix.colors for Vencord.
|
Type |
boolean |
|
Default |
|
|
Example |
|
|
Source |
stylix.targets.vencord.colors.override
Attribute sets are recursively merged with config.lib.stylix.colors,
while all other non-null types override config.lib.stylix.colors.
|
Type |
anything |
|
Default |
|
|
Source |
stylix.targets.vencord.enable
Whether to enable theming for Vencord.
|
Type |
boolean |
|
Default |
|
|
Example |
|
|
Source |
stylix.targets.vencord.extraCss
Extra CSS to added to Vencord's theme
|
Type |
strings concatenated with "\n" |
|
Default |
|
|
Source |
stylix.targets.vencord.fonts.enable
Whether to enable config.stylix.fonts for Vencord.
|
Type |
boolean |
|
Default |
|
|
Example |
|
|
Source |
stylix.targets.vencord.fonts.override
Attribute sets are recursively merged with config.stylix.fonts,
while all other non-null types override config.stylix.fonts.
|
Type |
anything |
|
Default |
|
|
Source |
stylix.targets.vesktop.colors.enable
Whether to enable config.lib.stylix.colors for Vesktop.
|
Type |
boolean |
|
Default |
|
|
Example |
|
|
Source |
stylix.targets.vesktop.colors.override
Attribute sets are recursively merged with config.lib.stylix.colors,
while all other non-null types override config.lib.stylix.colors.
|
Type |
anything |
|
Default |
|
|
Source |
stylix.targets.vesktop.enable
Whether to enable theming for Vesktop.
|
Type |
boolean |
|
Default |
|
|
Example |
|
|
Source |
stylix.targets.vesktop.fonts.enable
Whether to enable config.stylix.fonts for Vesktop.
|
Type |
boolean |
|
Default |
|
|
Example |
|
|
Source |
stylix.targets.vesktop.fonts.override
Attribute sets are recursively merged with config.stylix.fonts,
while all other non-null types override config.stylix.fonts.
|
Type |
anything |
|
Default |
|
|
Source |
NixOS options
None provided.