Add discord override

This commit is contained in:
Johannes Jöns 2023-07-12 13:50:49 +02:00
parent 876bb6969c
commit 70bb43250b

View file

@ -85,7 +85,11 @@
});
discord = super.discord.overrideAttrs (old: {
desktopItem = old.desktopItem.override (old: { exec = old.exec + " --disable-gpu-sandbox"; });
});
}).override {
withOpenASAR = true;
withVencord = true;
withTTS = true;
};
})
];
};