aboutsummaryrefslogtreecommitdiff
path: root/nix/pkg/default.nix
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-09-20 07:47:22 +0200
committerGitHub <noreply@github.com>2023-09-20 07:47:22 +0200
commit98bc102f5bec14b38c684c219989fc3953dc2f49 (patch)
tree832e6425caf7d7130d436cbc22f51a130ba59f3a /nix/pkg/default.nix
parentd72c3aba80f1828bac3021d37d195c337ddc907f (diff)
parent97da8892b9fcb285f7023a671090b4a3becdf2d8 (diff)
downloadPrismLauncher-98bc102f5bec14b38c684c219989fc3953dc2f49.tar.gz
PrismLauncher-98bc102f5bec14b38c684c219989fc3953dc2f49.tar.bz2
PrismLauncher-98bc102f5bec14b38c684c219989fc3953dc2f49.zip
Merge pull request #1618 from getchoo/cool-nix-stuff
filter source in flake & add controller support
Diffstat (limited to 'nix/pkg/default.nix')
-rw-r--r--nix/pkg/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/pkg/default.nix b/nix/pkg/default.nix
index 074214c4..fd19a0b3 100644
--- a/nix/pkg/default.nix
+++ b/nix/pkg/default.nix
@@ -58,6 +58,7 @@ assert lib.assertMsg (stdenv.isLinux || !gamemodeSupport) "gamemodeSupport is on
dontWrapQtApps = true;
meta = with lib; {
+ mainProgram = "prismlauncher";
homepage = "https://prismlauncher.org/";
description = "A free, open source launcher for Minecraft";
longDescription = ''