Add Lenovo Thinkpad T14 Gen5

- Which is basically the same as Gen4 ...
This commit is contained in:
mexisme
2024-07-23 22:11:15 +12:00
committed by mergify[bot]
parent ab165a8a6c
commit 405b654893
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ lib, pkgs, config, ... }:
{
imports = [
../.
../../../../../common/cpu/amd/pstate.nix
];
# For the Qualcomm NFA765 [17cb: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;
}