mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-06 15:26:51 +01:00
Override discord a bit diffrent
This commit is contained in:
parent
b6d87fbb37
commit
6112ba8964
1 changed files with 6 additions and 2 deletions
|
@ -83,9 +83,13 @@
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
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