use wayland glfw

This commit is contained in:
Noa Aarts 2024-05-11 23:06:10 +02:00
parent e4be2c87c3
commit 2e4da04666

View file

@ -5,7 +5,7 @@ in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = [ home.packages = [
pkgs.prismlauncher (pkgs.prismlauncher.override{withWaylandGLFW=true;})
]; ];
}; };
} }