File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ See code for all available configurations.
9797| [ Asus ROG Flow X13 GV302X\* (2023)] ( asus/flow/gv302x/amdgpu ) | ` <nixos-hardware/asus/flow/gv302x/amdgpu> ` |
9898| [ Asus ROG Flow X13 GV302X\* (2023)] ( asus/flow/gv302x/nvidia ) | ` <nixos-hardware/asus/flow/gv302x/nvidia> ` |
9999| [ Asus ROG Strix G513IM] ( asus/rog-strix/g513im ) | ` <nixos-hardware/asus/rog-strix/g513im> ` |
100+ | [ Asus ROG Strix G533ZW] ( asus/rog-strix/g533zw ) | ` <nixos-hardware/asus/rog-strix/g533zw> ` |
100101| [ Asus ROG Strix G713IE] ( asus/rog-strix/g713ie ) | ` <nixos-hardware/asus/rog-strix/g713ie> ` |
101102| [ Asus ROG Strix G733QS] ( asus/rog-strix/g733qs ) | ` <nixos-hardware/asus/rog-strix/g733qs> ` |
102103| [ Asus ROG Strix X570-E GAMING] ( asus/rog-strix/x570e ) | ` <nixos-hardware/asus/rog-strix/x570e> ` |
Original file line number Diff line number Diff line change 1+ { ... } :
2+
3+ {
4+ imports = [
5+ ../../../common/cpu/intel
6+ ../../../common/gpu/nvidia/prime.nix
7+ ../../../common/gpu/nvidia/ampere
8+ ../../../common/pc/laptop
9+ ../../../common/pc/ssd
10+ ../../battery.nix
11+ ] ;
12+
13+ hardware . nvidia . prime = {
14+ intelBusId = "PCI:0:2:0" ;
15+ nvidiaBusId = "PCI:1:0:0" ;
16+ } ;
17+ }
Original file line number Diff line number Diff line change 3939 asus-flow-gv302x-nvidia = import ./asus/flow/gv302x/nvidia ;
4040 asus-pro-ws-x570-ace = import ./asus/pro-ws-x570-ace ;
4141 asus-rog-strix-g513im = import ./asus/rog-strix/g513im ;
42+ asus-rog-strix-g533zw = import ./asus/rog-strix/g533zw ;
4243 asus-rog-strix-g713ie = import ./asus/rog-strix/g713ie ;
4344 asus-rog-strix-g733qs = import ./asus/rog-strix/g733qs ;
4445 asus-rog-strix-x570e = import ./asus/rog-strix/x570e ;
You can’t perform that action at this time.
0 commit comments