mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
feat(asus/zephyrus): add GU603H (2021 Zephyrus M16)
This commit is contained in:
committed by
mergify[bot]
parent
627bc9b882
commit
9f40c1088f
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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user