Infini-FRAMEWORK/displays: remove redundant string interpolation
This commit is contained in:
parent
7caf3c0b67
commit
060e5bf824
1 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue