modules.hardware.asus: do not apply kernel patch

This commit is contained in:
2026-01-04 20:24:45 +08:00
parent 03e89c43d2
commit a4ebf16124

View File

@@ -10,6 +10,5 @@ inputs:
supergfxd.enable = false; supergfxd.enable = false;
}; };
programs.rog-control-center.enable = true; programs.rog-control-center.enable = true;
nixos.system.kernel.patches = [ "asus" ];
}; };
} }