Add ThinkPad X270 profile

This commit is contained in:
Yegor Timoshenko 2018-06-21 16:20:57 +03:00
parent e30cdb1109
commit 585a13d8b9
2 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,7 @@ should look like:
| Lenovo ThinkPad X220 | ~<nixos-hardware/lenovo/thinkpad/x220>~ |
| Lenovo ThinkPad X230 | ~<nixos-hardware/lenovo/thinkpad/x230>~ |
| Lenovo ThinkPad X250 | ~<nixos-hardware/lenovo/thinkpad/x250>~ |
| Lenovo ThinkPad X270 | ~<nixos-hardware/lenovo/thinkpad/x270>~ |
| [[file:microsoft/surface-pro/3][Microsoft Surface Pro 3]] | ~<nixos-hardware/microsoft/surface-pro/3>~ |
| PC Engines APU | ~<nixos-hardware/pcengines/apu>~ |
| [[file:raspberry-pi/2][Raspberry Pi 2]] | ~<nixos-hardware/raspberry-pi/2>~ |

View File

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