Infini-FRAMEWORK/displays: remove redundant string interpolation

This commit is contained in:
Infinidoge 2024-10-27 18:47:13 -04:00
parent 7caf3c0b67
commit 060e5bf824
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -7,8 +7,8 @@ let
in
{
environment.variables = {
GDK_DPI_SCALE = "${toString scaleFactor}";
QT_SCALE_FACTOR = "${toString scaleFactor}";
GDK_DPI_SCALE = toString scaleFactor;
QT_SCALE_FACTOR = toString scaleFactor;
};
services.autorandr.profiles =