1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/omen/en00015p/default.nix

16 lines
237 B
Nix
Raw Permalink Normal View History

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