mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-10-31 16:19:42 +01:00
Add basic support for 6th-gen X1
This commit is contained in:
parent
cfee9e13a5
commit
d0a8097eec
3 changed files with 20 additions and 0 deletions
9
lenovo/thinkpad/x1/6th-gen/QHD/default.nix
Normal file
9
lenovo/thinkpad/x1/6th-gen/QHD/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
# X1 6th generation with a QHD (2560x1440px) display
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
|
||||
services.xserver.dpi = 210;
|
||||
fonts.fontconfig.dpi = 210;
|
||||
}
|
5
lenovo/thinkpad/x1/6th-gen/default.nix
Normal file
5
lenovo/thinkpad/x1/6th-gen/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
}
|
6
lenovo/thinkpad/x1/default.nix
Normal file
6
lenovo/thinkpad/x1/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/cpu/intel
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue