viewnior: Use x11

This commit is contained in:
Artturin 2024-10-19 23:07:20 +03:00
parent 40a4bd08fe
commit e547a1fe90

View File

@ -45,6 +45,12 @@ stdenv.mkDerivation rec {
];
}
}"
# gtk3 viewnior can be launched in wayland mode and does so by default
# but moving around in a zoomed in image doesn't work
gappsWrapperArgs+=(
--set-default GDK_BACKEND x11
)
'';
meta = with lib; {