Skip to content

Commit

Permalink
docs(nix): add new overrides to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Jan 24, 2024
1 parent 6035b75 commit b3532fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ The wrapped packages (`prismlauncher` and `prismlauncher-qt5`) offer some build
The following parameters can be overridden:

- `msaClientID` (default: `null`, requires full rebuild!) Client ID used for Microsoft Authentication
- `gamemodeSupport` (default: `true`) Turn on/off support for [Feral GameMode](https://github.com/FeralInteractive/gamemode)
- `gamemodeSupport` (default: `true`, requires full rebuild!) Turn on/off support for [Feral GameMode](https://github.com/FeralInteractive/gamemode). Only available for Linux
- `withWaylandGLFW` (default: `false`) Turn on/off unstable, native GLFW patched to run Minecraft on Wayland. Only available on Linux, see [this](pkg/wrapper.nix#30) comment for more.
- `textToSpeechSupport` (default: `stdenv.isLinux`) Turn on/off support for narrator. Only has an effect on Linux
- `controllerSupport` (default: `stdenv.isLinux`) Turn on/off support for controllers; useful for mods. Only has an effect on Linux
- `jdks` (default: `[ jdk17 jdk8 ]`) Java runtimes added to `PRISMLAUNCHER_JAVA_PATHS` variable
- `additionalLibs` (default: `[ ]`) Additional libraries that will be added to `LD_LIBRARY_PATH`
- `additionalLibs` (default: `[ ]`) Additional libraries that will be added to `LD_LIBRARY_PATH`. Only has an effect on Linux

0 comments on commit b3532fb

Please sign in to comment.