mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Add lenovo/thinkpad/p16s/amd/gen1
This commit is contained in:
6
lenovo/thinkpad/p16s/amd/gen1/default.nix
Normal file
6
lenovo/thinkpad/p16s/amd/gen1/default.nix
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user