feat(asus/zephyrus): add GU603H (2021 Zephyrus M16)

This commit is contained in:
Leah Amelia Chen
2023-11-10 08:56:29 +01:00
committed by mergify[bot]
parent 627bc9b882
commit 9f40c1088f
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{ ... }:
{
imports = [
../../../common/cpu/intel
../../../common/gpu/nvidia/prime.nix
../../../common/pc/laptop
../../../common/pc/ssd
];
hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
};
}