1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-01 00:48:31 +02:00
nixos-hardware/lenovo/thinkpad/x1/6th-gen/QHD/default.nix

10 lines
146 B
Nix
Raw Normal View History

2018-05-31 15:56:43 +02:00
# X1 6th generation with a QHD (2560x1440px) display
{
imports = [
../.
];
services.xserver.dpi = 210;
fonts.fontconfig.dpi = 210;
}