mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:06:54 +01:00
ass discord options
This commit is contained in:
parent
8d7d732a1f
commit
831f370c58
1 changed files with 8 additions and 1 deletions
|
@ -83,7 +83,14 @@
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
webex
|
webex
|
||||||
discord
|
((discord.overrideAttrs (old: {
|
||||||
|
desktopItem = old.desktopItem.override
|
||||||
|
(old: { exec = old.exec + " --disable-gpu-sandbox"; });
|
||||||
|
})).override {
|
||||||
|
withOpenASAR = true;
|
||||||
|
withVencord = true;
|
||||||
|
withTTS = true;
|
||||||
|
})
|
||||||
element-desktop
|
element-desktop
|
||||||
mumble
|
mumble
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue