2018-05-31 09:56:43 -04:00
|
|
|
# X1 6th generation with a QHD (2560x1440px) display
|
2018-05-31 12:04:02 -04:00
|
|
|
{ config, ... }:
|
|
|
|
|
2018-05-31 09:56:43 -04:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../.
|
|
|
|
];
|
2018-06-02 19:33:37 -04:00
|
|
|
# Fix font sizes in X
|
2018-05-31 09:56:43 -04:00
|
|
|
services.xserver.dpi = 210;
|
|
|
|
fonts.fontconfig.dpi = 210;
|
|
|
|
}
|