We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a872d98 + 547c96d commit 9368056Copy full SHA for 9368056
framework/13-inch/amd-ai-300-series/default.nix
@@ -15,6 +15,8 @@
15
lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo";
16
17
# suspend works with 6.15
18
- boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") pkgs.linuxPackages_latest;
+ boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") (
19
+ lib.mkDefault pkgs.linuxPackages_latest
20
+ );
21
};
22
}
0 commit comments