mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Adding Asus Zephyrus G16 GU605MY
- added module to asus/zephyrus/gu605my - added entry to flake outputs - added entry in README table
This commit is contained in:
parent
ba7bb3761c
commit
6776df50ee
3 changed files with 18 additions and 0 deletions
16
asus/zephyrus/gu605my/default.nix
Normal file
16
asus/zephyrus/gu605my/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/gpu/nvidia/prime.nix
|
||||
../../../common/gpu/nvidia/ampere
|
||||
../../../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