chore(discord): re-enable
This commit is contained in:
@@ -9,6 +9,8 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
sydnix.discord.enable = true;
|
||||
|
||||
stylix.targets.nixcord.enable = true;
|
||||
|
||||
programs.nixcord = {
|
||||
quickCss = ''
|
||||
/* Hide guild tags. */
|
||||
@@ -23,7 +25,7 @@ in {
|
||||
themeLinks = [
|
||||
# Compact++ (Default) — Themes Discord to look more like a typical IRC
|
||||
# client.
|
||||
"https://gitlab.com/api/v4/projects/52800868/snippets/3628352/files/main/compactplusplus-default.theme.css/raw"
|
||||
"https://grzesiek11.stary.pc.pl/files/builds/compactpp/latest/compactpp-ultraclean.theme.css"
|
||||
];
|
||||
plugins = {
|
||||
ircColors.enable = true;
|
||||
|
||||
@@ -12,24 +12,24 @@ in {
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/kanagawa.yaml";
|
||||
image = ./stylix/kanagawa.jpg;
|
||||
polarity = "dark";
|
||||
# fonts = {
|
||||
# serif = {
|
||||
# package = pkgs.ibm-plex;
|
||||
# name = "IBM Plex";
|
||||
# };
|
||||
# sansSerif = {
|
||||
# package = pkgs.dejavu_fonts;
|
||||
# name = "DejaVu Sans";
|
||||
# };
|
||||
# monospace = {
|
||||
# package = pkgs.nerd-fonts.victor-mono;
|
||||
# name = "VictorMono";
|
||||
# };
|
||||
# emoji = {
|
||||
# package = pkgs.twemoji-color-font;
|
||||
# name = "Noto Color Emoji";
|
||||
# };
|
||||
# };
|
||||
fonts = {
|
||||
serif = {
|
||||
package = pkgs.ibm-plex;
|
||||
name = "IBM Plex";
|
||||
};
|
||||
sansSerif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Sans";
|
||||
};
|
||||
monospace = {
|
||||
package = pkgs.nerd-fonts.victor-mono;
|
||||
name = "VictorMono";
|
||||
};
|
||||
emoji = {
|
||||
package = pkgs.twemoji-color-font;
|
||||
name = "Noto Color Emoji";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user