summaryrefslogtreecommitdiffstats
path: root/lenovo
diff options
context:
space:
mode:
author*Kim Zick <k@9k1.us>2019-10-16 14:25:20 -0400
committerJörg Thalheim <Mic92@users.noreply.github.com>2019-10-16 19:25:20 +0100
commited0d3cc198557b9260295aa8a384dd5080706aee (patch)
tree79fe175f0dec38ef1011145af036d85d63baf66e /lenovo
parent77f581a4b516b9733200a58c09553af32a909fe5 (diff)
Initial p53 hardware configuration (#125)
Diffstat (limited to 'lenovo')
-rw-r--r--lenovo/thinkpad/p53/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/lenovo/thinkpad/p53/default.nix b/lenovo/thinkpad/p53/default.nix
new file mode 100644
index 0000000..6eadb6e
--- /dev/null
+++ b/lenovo/thinkpad/p53/default.nix
@@ -0,0 +1,9 @@
+{ nixos, pkgs, config, stdenv, ... }:
+{
+ imports = [
+ ../../../common/cpu/intel
+ ../../../common/pc/laptop/acpi_call.nix
+ ../../../common/pc/laptop/cpu-throttling-bug.nix
+ ../.
+ ];
+}