Switch to Qt5 for qutebrowser to fix blurry text when scaled

This commit is contained in:
Evie Litherland-Smith 2024-02-02 06:42:34 +00:00
parent 85dc4ee211
commit 6e98ffa1f7

View file

@ -1,11 +1,13 @@
{
config,
lib,
pkgs,
...
}: {
stylix.targets.qutebrowser.enable = true;
programs.qutebrowser = {
enable = true;
package = pkgs.qutebrowser-qt5; # Qt6 currently looks blurry with scaling on Wayland
loadAutoconfig = false;
enableDefaultBindings = true; # For now...
searchEngines = rec {