Added Vencord in Discord.

This commit is contained in:
Ulysse Cura 2026-07-10 11:23:21 +02:00
parent b21a8b718f
commit b24d5ecf18
1 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,9 @@
((builtins.elemAt oldAttrs.desktopItems 0).override { startupWMClass = "element"; }) ((builtins.elemAt oldAttrs.desktopItems 0).override { startupWMClass = "element"; })
]; ];
})); }));
patchedDiscord = (pkgs.discord.override {
withVencord = true;
});
in with pkgs; [ in with pkgs; [
# System # System
gsettings-desktop-schemas gsettings-desktop-schemas
@ -90,7 +93,7 @@
# Communication # Communication
patchedElementDesktop patchedElementDesktop
discord patchedDiscord
# Art # Art
reaper reaper