summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad
diff options
context:
space:
mode:
authorJoris Engbers <info@jorisengbers.nl>2019-05-08 23:52:27 +0200
committerJoris Engbers <info@jorisengbers.nl>2019-05-08 23:52:27 +0200
commita5db2c9eaf4a061cf8508517d1faad949b923252 (patch)
treee511b213986a82430e966cce954278e5f38fc878 /lenovo/thinkpad
parent127dbfd849cfe2b6d27288441bacea6a648a409e (diff)
Add basic support for the thinkpad t470s
Diffstat (limited to 'lenovo/thinkpad')
-rw-r--r--lenovo/thinkpad/t470s/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/lenovo/thinkpad/t470s/default.nix b/lenovo/thinkpad/t470s/default.nix
new file mode 100644
index 0000000..e623371
--- /dev/null
+++ b/lenovo/thinkpad/t470s/default.nix
@@ -0,0 +1,9 @@
+{ config, lib, pkgs, ... }:
+
+{
+ imports = [
+ ../../../common/cpu/intel
+ ../../../common/pc/laptop/acpi_call.nix
+ ../.
+ ];
+}