enable wayland support

This commit is contained in:
Charlotte 🦝 Delenk 2024-07-04 21:55:04 +02:00
parent 2912dbf3fc
commit 927033f09d

View file

@ -16,7 +16,7 @@ in {
then [
pkgs.xivlauncher
nix-gaming.packages.x86_64-linux.osu-lazer-bin
pkgs.wineWowPackages.stagingFull
(pkgs.wineWowPackages.stagingFull.override {waylandSupport = true;})
]
else []
);