mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-07 22:06:51 +01:00
Remove discord ovverride
This commit is contained in:
parent
70bb43250b
commit
f85d153702
1 changed files with 1 additions and 5 deletions
|
@ -85,11 +85,7 @@
|
||||||
});
|
});
|
||||||
discord = super.discord.overrideAttrs (old: {
|
discord = super.discord.overrideAttrs (old: {
|
||||||
desktopItem = old.desktopItem.override (old: { exec = old.exec + " --disable-gpu-sandbox"; });
|
desktopItem = old.desktopItem.override (old: { exec = old.exec + " --disable-gpu-sandbox"; });
|
||||||
}).override {
|
});
|
||||||
withOpenASAR = true;
|
|
||||||
withVencord = true;
|
|
||||||
withTTS = true;
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue