1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-29 07:58:32 +02:00
nixos-hardware/lenovo/thinkpad/x1/6th-gen/QHD/default.nix
2018-05-31 15:56:43 +02:00

10 lines
146 B
Nix

# X1 6th generation with a QHD (2560x1440px) display
{
imports = [
../.
];
services.xserver.dpi = 210;
fonts.fontconfig.dpi = 210;
}