lenovo-legion-16arh7h: add integrated GPU only and hybrid configurations

This commit is contained in:
QuietSeeker
2025-04-11 17:00:57 +01:00
committed by mergify[bot]
parent 9a049b4a42
commit 047799739c
5 changed files with 51 additions and 0 deletions

View 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
];
}