mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
lenovo/p14s/intel: init with gen3
This commit is contained in:
parent
851a39248f
commit
59bcb4c4e1
4 changed files with 27 additions and 0 deletions
8
lenovo/thinkpad/p14s/intel/default.nix
Normal file
8
lenovo/thinkpad/p14s/intel/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../../common/cpu/intel
|
||||
];
|
||||
}
|
||||
17
lenovo/thinkpad/p14s/intel/gen3/default.nix
Normal file
17
lenovo/thinkpad/p14s/intel/gen3/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../../../common/gpu/nvidia/prime.nix
|
||||
];
|
||||
|
||||
hardware = {
|
||||
intelgpu.driver = "xe";
|
||||
|
||||
nvidia.prime = {
|
||||
intelBusId = "PCI:0:2:0";
|
||||
nvidiaBusId = "PCI:3:0:0";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue