Rename Omen model

This commit is contained in:
Samuel Cobb
2024-02-03 13:37:34 +00:00
committed by mergify[bot]
parent 83e571bb29
commit fc8d1ebb82
3 changed files with 2 additions and 2 deletions

View File

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