use modefied discord

This commit is contained in:
Johannes Jöns 2024-04-23 22:24:51 +02:00
parent 698579bffe
commit de3bd8dc37
2 changed files with 10 additions and 9 deletions

View file

@ -33,7 +33,15 @@ in {
catppuccin-kde
#catppuccin-gtk
localPkgs.tela-icon-theme-git
discord
((discord.overrideAttrs (old: {
desktopItem = old.desktopItem.override
(old: { exec = old.exec + " --disable-gpu-sandbox"; });
})).override {
withOpenASAR = true;
withVencord = true;
withTTS = true;
}
)
lutris
bottles
];

View file

@ -105,14 +105,7 @@
jitsi-meet-electron
thunderbird
((discord.overrideAttrs (old: {
desktopItem = old.desktopItem.override
(old: { exec = old.exec + " --disable-gpu-sandbox"; });
})).override {
withOpenASAR = true;
withVencord = true;
withTTS = true;
})
];
programs = {