home/qutebrowser: temporary fix where qutebrowser hangs with vulkan enabled
This commit is contained in:
parent
3d2d8ea274
commit
2cc745ea26
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user