mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:46: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-kde
|
||||||
#catppuccin-gtk
|
#catppuccin-gtk
|
||||||
localPkgs.tela-icon-theme-git
|
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
|
lutris
|
||||||
bottles
|
bottles
|
||||||
];
|
];
|
||||||
|
|
|
@ -105,14 +105,7 @@
|
||||||
jitsi-meet-electron
|
jitsi-meet-electron
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
||||||
((discord.overrideAttrs (old: {
|
|
||||||
desktopItem = old.desktopItem.override
|
|
||||||
(old: { exec = old.exec + " --disable-gpu-sandbox"; });
|
|
||||||
})).override {
|
|
||||||
withOpenASAR = true;
|
|
||||||
withVencord = true;
|
|
||||||
withTTS = true;
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue