1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 00:29:40 +01:00

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
];
}