mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
feat(asus/zephyrus): add GU603H (2021 Zephyrus M16)
This commit is contained in:
parent
627bc9b882
commit
9f40c1088f
3 changed files with 17 additions and 0 deletions
15
asus/zephyrus/gu603h/default.nix
Normal file
15
asus/zephyrus/gu603h/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/gpu/nvidia/prime.nix
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/ssd
|
||||
];
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
intelBusId = "PCI:0:2:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue