Disable xwayland hidpi patches

This commit is contained in:
Nathan McCarty 2023-06-16 20:19:21 -04:00
parent 83f16029e3
commit 839073b63c
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ in with lib; {
enable = true;
xwayland = {
enable = true;
hidpi = true;
hidpi = false;
};
recommendedEnvironment = true;
systemdIntegration = false;

View File

@ -56,7 +56,7 @@ in with lib; {
enable = true;
xwayland = {
enable = true;
hidpi = true;
hidpi = false;
};
};