chore(discord): re-enable

This commit is contained in:
2025-11-05 05:31:17 -07:00
parent c73439d759
commit d4460af2d6
4 changed files with 34 additions and 32 deletions

24
flake.lock generated
View File

@@ -203,11 +203,11 @@
"nixpkgs-lib": "nixpkgs-lib" "nixpkgs-lib": "nixpkgs-lib"
}, },
"locked": { "locked": {
"lastModified": 1749398372, "lastModified": 1754091436,
"narHash": "sha256-tYBdgS56eXYaWVW3fsnPQ/nFlgWi/Z2Ymhyu21zVM98=", "narHash": "sha256-XKqDMN1/Qj1DKivQvscI4vmHfDfvYR2pfuFOJiCeewM=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569", "rev": "67df8c627c2c39c41dbec76a1f201929929ab0bd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -522,11 +522,11 @@
"nixpkgs": "nixpkgs_5" "nixpkgs": "nixpkgs_5"
}, },
"locked": { "locked": {
"lastModified": 1752683207, "lastModified": 1762331231,
"narHash": "sha256-spAOcJa0m9P053Xh5G79TQAFTcKj1G/VlBBKacdiNa0=", "narHash": "sha256-prjLZkndfXXiPhMAfr9xwLe1d/8wXUvz/j88mOvhFys=",
"owner": "KaylorBen", "owner": "KaylorBen",
"repo": "nixcord", "repo": "nixcord",
"rev": "9b67156ca8131177cd6bdfd2b2812a2bb7296ac6", "rev": "397df1cd4eea91e6675654ca565d49760eb6116b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -553,11 +553,11 @@
}, },
"nixpkgs-lib": { "nixpkgs-lib": {
"locked": { "locked": {
"lastModified": 1748740939, "lastModified": 1753579242,
"narHash": "sha256-rQaysilft1aVMwF14xIdGS3sj1yHlI6oKQNBRTF40cc=", "narHash": "sha256-zvaMGVn14/Zz8hnp4VWT9xVnhc8vuL3TStRqwk22biA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs.lib", "repo": "nixpkgs.lib",
"rev": "656a64127e9d791a334452c6b6606d17539476e2", "rev": "0f36c44e01a6129be94e3ade315a5883f0228a6e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -724,11 +724,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1749494155, "lastModified": 1754028485,
"narHash": "sha256-FG4DEYBpROupu758beabUk9lhrblSf5hnv84v1TLqMc=", "narHash": "sha256-IiiXB3BDTi6UqzAZcf2S797hWEPCRZOwyNThJIYhUfk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "88331c17ba434359491e8d5889cce872464052c2", "rev": "59e69648d345d6e8fef86158c555730fa12af9de",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -9,6 +9,8 @@ in {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
sydnix.discord.enable = true; sydnix.discord.enable = true;
stylix.targets.nixcord.enable = true;
programs.nixcord = { programs.nixcord = {
quickCss = '' quickCss = ''
/* Hide guild tags. */ /* Hide guild tags. */
@@ -23,7 +25,7 @@ in {
themeLinks = [ themeLinks = [
# Compact++ (Default) — Themes Discord to look more like a typical IRC # Compact++ (Default) — Themes Discord to look more like a typical IRC
# client. # 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 = { plugins = {
ircColors.enable = true; ircColors.enable = true;

View File

@@ -12,24 +12,24 @@ in {
base16Scheme = "${pkgs.base16-schemes}/share/themes/kanagawa.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/kanagawa.yaml";
image = ./stylix/kanagawa.jpg; image = ./stylix/kanagawa.jpg;
polarity = "dark"; polarity = "dark";
# fonts = { fonts = {
# serif = { serif = {
# package = pkgs.ibm-plex; package = pkgs.ibm-plex;
# name = "IBM Plex"; name = "IBM Plex";
# }; };
# sansSerif = { sansSerif = {
# package = pkgs.dejavu_fonts; package = pkgs.dejavu_fonts;
# name = "DejaVu Sans"; name = "DejaVu Sans";
# }; };
# monospace = { monospace = {
# package = pkgs.nerd-fonts.victor-mono; package = pkgs.nerd-fonts.victor-mono;
# name = "VictorMono"; name = "VictorMono";
# }; };
# emoji = { emoji = {
# package = pkgs.twemoji-color-font; package = pkgs.twemoji-color-font;
# name = "Noto Color Emoji"; name = "Noto Color Emoji";
# }; };
# }; };
}; };
}; };
} }

View File

@@ -66,7 +66,7 @@
emacs.enable = true; emacs.enable = true;
niri.enable = true; niri.enable = true;
waybar.enable = true; waybar.enable = true;
# discord.enable = true; discord.enable = true;
ghostty.enable = true; ghostty.enable = true;
readline.enable = true; readline.enable = true;
mumble.enable = true; mumble.enable = true;