home/qutebrowser: temporary fix where qutebrowser hangs with vulkan enabled

This commit is contained in:
2023-11-03 12:39:24 +01:00
parent 3d2d8ea274
commit 2cc745ea26

View File

@@ -126,7 +126,7 @@ with lib; {
qutebrowser = {
enable = true;
package = pkgs.qutebrowser;
package = pkgs.qutebrowser.override { enableVulkan = false; };
keyBindings = {
normal = {
"j" = "scroll-px 0 25";