prismlauncher borked

This commit is contained in:
Gerg-L 2023-05-04 20:07:43 -04:00
parent 5d316e3dab
commit caf9f55939
3 changed files with 33 additions and 26 deletions

View file

@ -35,6 +35,7 @@ inputs: {
"nvidia-x11"
"steam"
"steam-original"
"discord"
];
overlays = [
@ -65,7 +66,12 @@ inputs: {
wrapProgram "$out/bin/webcord" --run 'rm -f $HOME/.config/WebCord/windowState.json'
'';
})
pkgs.prismlauncher
inputs.master.legacyPackages.${pkgs.system}.prismlauncher
#pkgs.prismlauncher
(pkgs.discord.override {
withOpenASAR = true;
nss = pkgs.nss_latest;
})
];
etc = {
"jdks/17".source = pkgs.openjdk17 + /bin;