Add basic support for 6th-gen X1
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
# X1 6th generation with a QHD (2560x1440px) display
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../.
|
||||||
|
];
|
||||||
|
|
||||||
|
services.xserver.dpi = 210;
|
||||||
|
fonts.fontconfig.dpi = 210;
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../.
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../.
|
||||||
|
../../../common/cpu/intel
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user