Set the QT scaling factor system wide as well

This commit is contained in:
Andreas Zweili 2023-11-14 13:27:57 +01:00
parent 59aff12989
commit e32456f063
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ in
};
sessionVariables = {
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
QT_SCALE_FACTOR = "1.25";
};
};
};