nixos-hardware/lenovo/thinkpad/p16s/amd/gen1/default.nix

7 lines
184 B
Nix
Raw Permalink Normal View History

2022-12-31 11:52:38 +01:00
{ lib, pkgs, ... }:
2022-09-13 12:20:25 +02:00
{
# For mainline support of rtw89 wireless networking
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
}