[minecraft] Add prismlauncher
This commit is contained in:
parent
b3ca00d9f6
commit
77b624c49b
1 changed files with 8 additions and 1 deletions
|
@ -16,8 +16,15 @@
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
minecraft
|
minecraft
|
||||||
libredirect # Can be removed?
|
prismlauncher-unwrapped
|
||||||
|
|
||||||
|
libredirect
|
||||||
|
steam-run
|
||||||
|
rustc
|
||||||
|
flite
|
||||||
glibc
|
glibc
|
||||||
|
xorg.libX11
|
||||||
|
xorg.libXext
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue