Add basic support for 6th-gen X1

This commit is contained in:
Alberto Berti 2018-05-31 15:56:43 +02:00
parent cfee9e13a5
commit d0a8097eec
3 changed files with 20 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
{
imports = [
../.
];
}

View File

@ -0,0 +1,6 @@
{
imports = [
../.
../../../common/cpu/intel
];
}