Remove discord ovverride

This commit is contained in:
Johannes Jöns 2023-07-12 13:51:45 +02:00
parent 70bb43250b
commit f85d153702

View file

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