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:
Relief Melone
2024-09-04 15:05:15 +02:00
parent ba7bb3761c
commit 6776df50ee
3 changed files with 18 additions and 0 deletions

View 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";
};
}