Add lenovo/thinkpad/p16s/amd/gen1

This commit is contained in:
Markus Kohlhase
2022-09-13 12:20:25 +02:00
parent 93580fca10
commit 1cf3862265
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ config, lib, pkgs, ... }:
{
# For mainline support of rtw89 wireless networking
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
}