1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-30 10:07:24 +02:00
nixos-hardware/lenovo/thinkpad/x1/6th-gen/QHD/default.nix

12 lines
188 B
Nix
Raw Normal View History

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