PR review comment

This commit is contained in:
Simon Guest 2023-05-12 10:17:26 +12:00
parent 2c2d22409f
commit bbacfd6012
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
hardware.enableRedistributableFirmware = lib.mkDefault true;
boot.kernelModules = [ "synaptics_usb" ];
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.3") (lib.mkDefault pkgs.linuxPackages_latest);
# disable Scatter/Gather APU recently enabled by default,
# which results in white screen after display reconfiguration