mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
asus/rog-gl552vw: init
This commit is contained in:
committed by
Jörg Thalheim
parent
f49bb3b410
commit
66e88bdcaa
16
asus/rog-gl552vw/default.nix
Normal file
16
asus/rog-gl552vw/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../common/cpu/intel/skylake
|
||||
../../common/gpu/nvidia/maxwell
|
||||
../../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