summaryrefslogtreecommitdiffstats
path: root/lenovo
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-06-21 16:20:57 +0300
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-06-21 16:20:57 +0300
commit585a13d8b929aba086bed5f1fa3317afd30c39b3 (patch)
tree8755a52ebaebada5578fd12c375d77f8aeae1ae2 /lenovo
parente30cdb1109f152180209fc26907e4343190a6657 (diff)
Add ThinkPad X270 profile
Diffstat (limited to 'lenovo')
-rw-r--r--lenovo/thinkpad/x270/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lenovo/thinkpad/x270/default.nix b/lenovo/thinkpad/x270/default.nix
new file mode 100644
index 0000000..870d9a8
--- /dev/null
+++ b/lenovo/thinkpad/x270/default.nix
@@ -0,0 +1,6 @@
+{
+ imports = [
+ ../.
+ ../../../common/cpu/intel
+ ];
+}