fix(sway): use wayland backend for chromium based crap

This commit is contained in:
Yorick Barbanneau 2025-08-26 00:01:17 +02:00
parent d5ca13547f
commit 7c5882f2c5
Signed by: ephase
GPG key ID: 246042E52B41FFCF

View file

@ -143,8 +143,10 @@ in
};
};
# Avoid pixelated effect for QT application with fractionnal scaling
home.sessionVariables = {
# Use wayland for chrom{e|ium} based crap
NIXOS_OZONE_WL = "1";
# Avoid pixelated effect for QT application with fractionnal scaling
QT_SCALE_FACTOR_ROUNDING_POLICY = "RoundPreferFloor";
};