fix: fix outdated workarounds

This commit is contained in:
matt1432 2024-03-12 19:44:05 -04:00
commit cc4ad85325
7 changed files with 20 additions and 138 deletions
modules

View file

@ -64,8 +64,9 @@ in {
package = with config.boot.kernelPackages.nvidiaPackages;
if cfg.enableWayland
# Vulkan is much more stable in Wayland
then vulkan_beta
# Keep the driver version at 535.xx.xx for Wayland desktop
# games stutter on more recent versions
then production
else stable;
};