Add support for Omen en00015p laptop (#457)

This commit is contained in:
Celso Miranda 2022-09-14 06:25:11 +01:00 committed by GitHub
parent 02bc52617a
commit bfbc3a181d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

15
omen/en00015p/default.nix Normal file
View file

@ -0,0 +1,15 @@
{ ... }:
{
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";
};
}