summaryrefslogtreecommitdiffstats
path: root/dell
diff options
context:
space:
mode:
authorAndré-Patrick Bubel <code@andre-bubel.de>2018-10-19 17:52:25 +0200
committerJörg Thalheim <joerg@thalheim.io>2018-10-23 09:28:07 +0100
commit941fbef86f558b9a39e6d1460ba5a34ecd72ebd5 (patch)
tree152d0fe4d5154f573cd48698215bc4564177cd49 /dell
parentd4a430fef28b584bfcf580a681cd63330a232241 (diff)
move acpi_call.nix and cpu-throttling-bug.nix to common folder
Diffstat (limited to 'dell')
-rw-r--r--dell/xps/13-9370/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/dell/xps/13-9370/default.nix b/dell/xps/13-9370/default.nix
index 06e339f..cd53acd 100644
--- a/dell/xps/13-9370/default.nix
+++ b/dell/xps/13-9370/default.nix
@@ -4,8 +4,8 @@
imports = [
../../../common/cpu/intel/kaby-lake
../../../common/pc/laptop
- ../../../lenovo/thinkpad/acpi_call.nix
- ../../../lenovo/thinkpad/cpu-throttling-bug.nix
+ ../../../common/pc/laptop/acpi_call.nix
+ ../../../common/pc/laptop/cpu-throttling-bug.nix
];
# Force S3 sleep mode. See README.wiki for details.