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-01 10:32:15 -06:00
parent 39d2f0847e
commit 87ebd643bd
No known key found for this signature in database
GPG Key ID: E44213186BC9AFE2

View File

@ -10,7 +10,8 @@
, qtwebengine
, enableWideVine ? false
, widevine-cdm
, enableVulkan ? stdenv.isLinux
# can cause issues on some graphics chips
, enableVulkan ? false
, vulkan-loader
}: