lenovo/thinkpad/p15v/intel/gen3: init

This commit is contained in:
detroyejr 2026-03-24 19:13:10 -04:00
parent ca71a11256
commit c08d68e7f2
5 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ lib, ... }:
{
imports = [
../.
../../../../../common/cpu/intel/alder-lake
../../../../../common/gpu/nvidia/prime.nix
../../../../../common/gpu/nvidia/turing
];
hardware.nvidia.prime = {
intelBusId = lib.mkDefault "PCI:0:2:0";
nvidiaBusId = lib.mkDefault "PCI:1:0:0";
};
}