mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
thinkpad/x1/6th-gen/QHD: drop gtk hidpi env variables
Those actually break Gnome/wayland. They might work on x11.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user