home: prismlauncher: use glfw-minecraft-wayland

This commit is contained in:
Guanran Wang 2023-12-23 17:03:42 +08:00
parent 937c6bd39a
commit 6553e0b5b4
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,3 +1,3 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = [pkgs.prismlauncher]; home.packages = [(pkgs.prismlauncher.override {glfw = pkgs.glfw-wayland-minecraft;})];
} }