mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 17:56:34 +01:00
use modefied discord
This commit is contained in:
parent
698579bffe
commit
de3bd8dc37
2 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
];
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue