Added Vencord in Discord.
This commit is contained in:
parent
b21a8b718f
commit
b24d5ecf18
|
|
@ -39,6 +39,9 @@
|
|||
((builtins.elemAt oldAttrs.desktopItems 0).override { startupWMClass = "element"; })
|
||||
];
|
||||
}));
|
||||
patchedDiscord = (pkgs.discord.override {
|
||||
withVencord = true;
|
||||
});
|
||||
in with pkgs; [
|
||||
# System
|
||||
gsettings-desktop-schemas
|
||||
|
|
@ -90,7 +93,7 @@
|
|||
|
||||
# Communication
|
||||
patchedElementDesktop
|
||||
discord
|
||||
patchedDiscord
|
||||
|
||||
# Art
|
||||
reaper
|
||||
|
|
|
|||
Loading…
Reference in New Issue