mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:56:51 +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
|
||||
teams-for-linux
|
||||
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
|
||||
mumble
|
||||
|
||||
|
|
Loading…
Reference in a new issue