asus/rog-gl552vw: init

This commit is contained in:
florianvazelle
2025-06-16 17:25:23 +02:00
committed by Jörg Thalheim
parent f49bb3b410
commit 66e88bdcaa
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";
};
}