Files
nixos-hardware/asus/rog-strix/g533q/default.nix
ktechmidas 17113fc124 Added g533q
2025-08-20 13:42:37 +03:00

19 lines
354 B
Nix

{ ... }:
{
imports = [
../../../common/cpu/amd
../../../common/cpu/amd/pstate.nix
../../../common/gpu/nvidia/prime.nix
../../../common/gpu/nvidia/ampere
../../../common/pc/laptop
../../../common/pc/ssd
../../battery.nix
];
hardware.nvidia.prime = {
amdgpuBusId = "PCI:6:0:0";
nvidiaBusId = "PCI:1:0:0";
};
}