diff options
author | cidkidnix <cidkidnix@protonmail.com> | 2022-01-08 01:50:23 -0600 |
---|---|---|
committer | cidkidnix <cidkidnix@protonmail.com> | 2022-01-08 01:50:23 -0600 |
commit | d68980810a889b0c9858c482746aaeb764db40f8 (patch) | |
tree | 14909b02fe88032bbc10c350bd16ab74eb675739 /nix/polymc/default.nix | |
parent | 2a88099094e7c57126827eba2fd6bf9e71d73d25 (diff) | |
download | PrismLauncher-d68980810a889b0c9858c482746aaeb764db40f8.tar.gz PrismLauncher-d68980810a889b0c9858c482746aaeb764db40f8.tar.bz2 PrismLauncher-d68980810a889b0c9858c482746aaeb764db40f8.zip |
make sure we use our desktop file
Diffstat (limited to 'nix/polymc/default.nix')
-rw-r--r-- | nix/polymc/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/polymc/default.nix b/nix/polymc/default.nix index b8d95bba..f49c593a 100644 --- a/nix/polymc/default.nix +++ b/nix/polymc/default.nix @@ -34,6 +34,7 @@ mkDerivation rec { postInstall = '' # xorg.xrandr needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128 + rm $out/share/applications/* cp ${desktopFile}/share/applications/* $out/share/applications/ wrapProgram $out/bin/polymc \ --set GAME_LIBRARY_PATH /run/opengl-driver/lib:${libpath} \ |