From a4ebf16124f962580ae455497a38fbfc59db308a Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Sun, 4 Jan 2026 20:24:45 +0800 Subject: [PATCH] modules.hardware.asus: do not apply kernel patch --- modules/hardware/asus/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hardware/asus/default.nix b/modules/hardware/asus/default.nix index 49720149..2acbfce7 100644 --- a/modules/hardware/asus/default.nix +++ b/modules/hardware/asus/default.nix @@ -10,6 +10,5 @@ inputs: supergfxd.enable = false; }; programs.rog-control-center.enable = true; - nixos.system.kernel.patches = [ "asus" ]; }; }