diff --git a/modules/graphical/default.nix b/modules/graphical/default.nix index 85656d52..4310618d 100644 --- a/modules/graphical/default.nix +++ b/modules/graphical/default.nix @@ -8,7 +8,7 @@ let psCfg = config.pub-solar; tomlFormat = pkgs.formats.toml { }; sessionVariables = { - WLR_RENDERER = if psCfg.graphical.wayland.software-renderer.enable then "pixman" else "gles2"; + WLR_RENDERER = if psCfg.graphical.wayland.software-renderer.enable then "pixman" else ""; # Fix KeepassXC rendering issue # https://github.com/void-linux/void-packages/issues/23517 QT_AUTO_SCREEN_SCALE_FACTOR = "0";