[minecraft] Add prismlauncher

This commit is contained in:
Tibo De Peuter 2023-09-01 18:56:49 +02:00
parent b3ca00d9f6
commit 77b624c49b

View file

@ -16,8 +16,15 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
minecraft
libredirect # Can be removed?
prismlauncher-unwrapped
libredirect
steam-run
rustc
flite
glibc
xorg.libX11
xorg.libXext
];
};
}