mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
lenovo-legion-16arh7h: add integrated GPU only and hybrid configurations
This commit is contained in:
committed by
mergify[bot]
parent
9a049b4a42
commit
047799739c
11
lenovo/legion/16arh7h/igpu-only/default.nix
Normal file
11
lenovo/legion/16arh7h/igpu-only/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
# This will enable only the integrated AMD GPU, while disabling the dedicated Nvidia GPU
|
||||
{...}: {
|
||||
imports = [
|
||||
../../../../common/cpu/amd
|
||||
../../../../common/cpu/amd/pstate.nix
|
||||
../../../../common/gpu/amd
|
||||
../../../../common/gpu/nvidia/disable.nix
|
||||
../../../../common/pc/laptop
|
||||
../../../../common/pc/laptop/ssd
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user