qutebrowser: disable vulkan by default

Some AMD & Intel chip owners are reporting issues and crashes with
Vulkan, so for now, we will disable it by default and make it opt-in.
This commit is contained in:
Timothy DeHerrera
2023-11-07 09:30:05 -07:00
parent 39d2f0847e
commit 87ebd643bd
@@ -10,7 +10,8 @@
, qtwebengine
, enableWideVine ? false
, widevine-cdm
, enableVulkan ? stdenv.isLinux
# can cause issues on some graphics chips
, enableVulkan ? false
, vulkan-loader
}: