mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-22 18:29:44 +01:00
lenovo/legion/16iax10h: add Lenovo Legion Pro 7i
This commit is contained in:
parent
52113c4f5c
commit
81c78cffb9
4 changed files with 53 additions and 0 deletions
10
common/gpu/nvidia/blackwell/default.nix
Normal file
10
common/gpu/nvidia/blackwell/default.nix
Normal 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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue