Merge pull request #1508 from florianvazelle/asus-rog-gl552vw

Add Asus ROG-GL552VW hardware
This commit is contained in:
Jörg Thalheim
2025-09-30 19:40:23 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions

View File

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