fix patches

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-23 12:40:02 -04:00 committed by Alice Huston
parent a58d9c6498
commit 8ab390c6d3

View File

@ -32,7 +32,7 @@
"amdgpu.graphics_sg=0"
"amdgpu.abmlevel=3"
];
kernelPatches = lib.mkIf (lib.versionOlder pkgs.linux.version "6.9") [
kernelPatches = lib.mkIf (config.boot.kernelPackages.kernelOlder "6.9") [
{
name = "add panel_power_savings sysfs entry to eDP connectors";
patch = ./kernel-patches/panel_power_savings.patch;