about summary refs log tree commit diff
path: root/lenovo/thinkpad/x1/6th-gen/QHD/default.nix
blob: 86b2eb40116858d008408a3bc2a9e5aa309b75fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# X1 6th generation with a QHD (2560x1440px) display
{ config,  ... }:

{
  imports = [
    ../.
  ];
  # Fix font sizes in X
  services.xserver.dpi = 210;
  fonts.fontconfig.dpi = 210;
}