1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 10:33:33 +02:00
nixos-hardware/lenovo/thinkpad/p16s/amd/gen1/default.nix
2022-12-31 11:57:44 +01:00

7 lines
184 B
Nix

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