Skip to content

Commit

Permalink
fix: Make Minecraft render with wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Jan 1, 2025
1 parent bcbf1ed commit 1205aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-config/config/xdg-settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ in
_JAVA_OPTIONS = concatStringsSep " " [
"-Djava.util.prefs.userRoot='${xdg.configHome}'/java"
"-Djavafx.cachedir='${xdg.cacheHome}/openjfx'"
"-Dorg.lwjgl.glfw.libname='${pkgs.glfw-wayland-minecraft}/lib/libglfw.so'"
];
LESSKEY = "${xdg.cacheHome}/less/key";
LESSHISTFILE = "${xdg.cacheHome}/less/history";
Expand Down

0 comments on commit 1205aee

Please sign in to comment.