Add config for ASUS ROG Strix G731GV

This commit is contained in:
EngineerR22 2025-09-05 21:16:49 +03:00
parent 7e56e39db4
commit e8f3b23c73

View file

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