fix: remove withWaylandGLFW

This commit is contained in:
Noa Aarts 2024-09-03 18:03:09 +02:00
parent d1f9c00fc6
commit 1efb7842bf
Signed by: noa
GPG key ID: 1850932741EFF672

View file

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