Prism Launcher: Difference between revisions

Scrumplex (talk | contribs)
Created page with "[https://prismlauncher.org/ Prism Launcher] is a free and open source launcher for the game [https://www.minecraft.net Minecraft]. It is written in C++ and uses the Qt Toolkit. == Installation == ==== Using nix-shell ==== <syntaxhighlight lang="shell"> $ nix-shell -p prismlauncher </syntaxhighlight> ==== Using global configuration ==== <syntaxhighlight lang="nix"> environment.systemPackages = with pkgs; [ prismlauncher ]; </syntaxhighlight> ==== Using home con..."
 
Klinger (talk | contribs)
 
Line 56: Line 56:
* [https://prismlauncher.org/wiki/ Prism Launcher Wiki]
* [https://prismlauncher.org/wiki/ Prism Launcher Wiki]
* [https://github.com/PrismLauncher/PrismLauncher/blob/develop/nix/README.md Prism Launcher Nix documentation]
* [https://github.com/PrismLauncher/PrismLauncher/blob/develop/nix/README.md Prism Launcher Nix documentation]
[[Category: Applications]]
[[Category: Gaming]]