mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
added thinkpad t14 gen2 and copied t14s files where applicable
This commit is contained in:
11
lenovo/thinkpad/t14/amd/gen2/default.nix
Normal file
11
lenovo/thinkpad/t14/amd/gen2/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
|
||||
# For support of MEDIATEK Corp. Device 7961 wireless network controller, see https://lwn.net/Articles/843303/
|
||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.12") pkgs.linuxPackages_latest;
|
||||
}
|
||||
Reference in New Issue
Block a user