summaryrefslogtreecommitdiffstats
path: root/nixos/hardware/lenovo/thinkpad/t430/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hardware/lenovo/thinkpad/t430/default.nix')
-rw-r--r--nixos/hardware/lenovo/thinkpad/t430/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/nixos/hardware/lenovo/thinkpad/t430/default.nix b/nixos/hardware/lenovo/thinkpad/t430/default.nix
deleted file mode 100644
index bdad1be9878a..000000000000
--- a/nixos/hardware/lenovo/thinkpad/t430/default.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
- imports = [
- ../.
- ../../../common/cpu/intel
- ../../../common/pc/laptop/acpi_call.nix
- ];
-
- boot = {
- kernelParams = [
- # fixes brightness keys, see https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_T430s
- "acpi_osi\='!Windows 2012'"
- ];
- };
-}