We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ced1f commit 97da889Copy full SHA for 97da889
nix/pkg/default.nix
@@ -58,6 +58,7 @@ assert lib.assertMsg (stdenv.isLinux || !gamemodeSupport) "gamemodeSupport is on
58
dontWrapQtApps = true;
59
60
meta = with lib; {
61
+ mainProgram = "prismlauncher";
62
homepage = "https://prismlauncher.org/";
63
description = "A free, open source launcher for Minecraft";
64
longDescription = ''
0 commit comments