Merge pull request #376 from NixOS/hidpi

thinkpad/x1/6th-gen/QHD: drop gtk hidpi env variables
This commit is contained in:
Jörg Thalheim 2022-02-12 18:53:08 +00:00 committed by GitHub
commit c361b95475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@
services.xserver.dpi = 210;
fonts.fontconfig.dpi = 210;
# Fix sizes of GTK/GNOME ui elements
environment.variables = {
GDK_SCALE = lib.mkDefault "2";
GDK_DPI_SCALE= lib.mkDefault "0.5";
};
# Enable readable font on console. The example configuration that
# follows is taliored towards western languages. To see how to
# configure the font download the source tarball from