lenovo/legion/16iax10h: add Lenovo Legion Pro 7i

This commit is contained in:
robot-o 2025-11-08 20:42:37 +01:00
parent 52113c4f5c
commit 81c78cffb9
No known key found for this signature in database
4 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ lib, config, ... }:
let
nvidiaPackage = config.hardware.nvidia.package;
in
{
imports = [ ../. ];
# enable the open source drivers if the package supports it
hardware.nvidia.open = lib.mkOverride 990 (nvidiaPackage ? open && nvidiaPackage ? firmware);
}