mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-17 14:31:15 +01:00
Merge pull request #464 from CalebJohn/t14amdgen3
Add thinkpad t14 amd gen3
This commit is contained in:
commit
f29ce8dd25
3 changed files with 13 additions and 0 deletions
11
lenovo/thinkpad/t14/amd/gen3/default.nix
Normal file
11
lenovo/thinkpad/t14/amd/gen3/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
|
||||
# For the Qualcomm NFA-725A (Device 1103) wireless network controller
|
||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=2047878
|
||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue