Unverified Commit 87ebd643 authored by Timothy DeHerrera's avatar Timothy DeHerrera
Browse files

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.
parent 39d2f084
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@
, qtwebengine
, enableWideVine ? false
, widevine-cdm
, enableVulkan ? stdenv.isLinux
# can cause issues on some graphics chips
, enableVulkan ? false
, vulkan-loader
}: