summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/acpi_call.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lenovo/thinkpad/acpi_call.nix')
-rw-r--r--lenovo/thinkpad/acpi_call.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/lenovo/thinkpad/acpi_call.nix b/lenovo/thinkpad/acpi_call.nix
deleted file mode 100644
index f8c17dc..0000000
--- a/lenovo/thinkpad/acpi_call.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-# acpi_call makes tlp work for newer thinkpads
-
-{ config, ... }:
-
-{
- boot = {
- kernelModules = [ "acpi_call" ];
- extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
- };
-}