diff --git a/minecraft/flake.nix b/minecraft/flake.nix index e39a04a..2d3df37 100644 --- a/minecraft/flake.nix +++ b/minecraft/flake.nix @@ -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 ]; }; }