1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +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 = [
../.
];
2018-06-03 01:33:37 +02:00
# Fix font sizes in X
2018-05-31 15:56:43 +02:00
services.xserver.dpi = 210;
fonts.fontconfig.dpi = 210;
}