about summary refs log tree commit diff
path: root/modules/hardware/t100ha/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/t100ha/default.nix')
-rw-r--r--modules/hardware/t100ha/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix
index ac0a0be4..00a5855d 100644
--- a/modules/hardware/t100ha/default.nix
+++ b/modules/hardware/t100ha/default.nix
@@ -18,8 +18,8 @@ in {
     '');
 
     boot.kernelPatches = [
-      { name = "backlight";
-        patch = ./backlight.patch;
+      { name = "drm";
+        patch = ./drm.patch;
       }
       { name = "meta-keys";
         patch = ./meta-keys.patch;