Add Dell XPS 17 9700

Co-authored-by: Ivan Malison <IvanMalison@gmail.com>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
workflow
2022-04-01 09:42:10 +01:00
parent feceb4d24f
commit 638263b724
7 changed files with 119 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{ lib, pkgs, ... }:
{
imports = [
../../../../common/cpu/intel
../../../../common/pc/laptop
../../../../common/gpu/nvidia.nix
../common.nix
];
hardware.nvidia.prime = {
nvidiaBusId = lib.mkDefault "PCI:1:0:0";
intelBusId = lib.mkDefault "PCI:0:2:0";
};
}