Compare commits

...

3 commits

Author SHA1 Message Date
Andrey 5dc501ea3c
Merge 18f538d5b4 into 24084931d8 2025-11-06 13:38:39 -05:00
EngineerR22 18f538d5b4
Merge branch 'master' into my-hardware-update 2025-09-05 22:05:47 +03:00
EngineerR22 e8f3b23c73 Add config for ASUS ROG Strix G731GV 2025-09-05 21:16:49 +03:00

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";
};
}