add asus-rog-strix-g533zw

This commit is contained in:
Michael Hess
2025-05-11 15:39:42 -04:00
parent 3c5e126732
commit 0d3ca75310
3 changed files with 19 additions and 0 deletions

View File

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