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.
97
97
| [ Asus ROG Flow X13 GV302X\* (2023)] ( asus/flow/gv302x/amdgpu ) | ` <nixos-hardware/asus/flow/gv302x/amdgpu> ` |
98
98
| [ Asus ROG Flow X13 GV302X\* (2023)] ( asus/flow/gv302x/nvidia ) | ` <nixos-hardware/asus/flow/gv302x/nvidia> ` |
99
99
| [ 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> ` |
100
101
| [ Asus ROG Strix G713IE] ( asus/rog-strix/g713ie ) | ` <nixos-hardware/asus/rog-strix/g713ie> ` |
101
102
| [ Asus ROG Strix G733QS] ( asus/rog-strix/g733qs ) | ` <nixos-hardware/asus/rog-strix/g733qs> ` |
102
103
| [ 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 39
39
asus-flow-gv302x-nvidia = import ./asus/flow/gv302x/nvidia ;
40
40
asus-pro-ws-x570-ace = import ./asus/pro-ws-x570-ace ;
41
41
asus-rog-strix-g513im = import ./asus/rog-strix/g513im ;
42
+ asus-rog-strix-g533zw = import ./asus/rog-strix/g533zw ;
42
43
asus-rog-strix-g713ie = import ./asus/rog-strix/g713ie ;
43
44
asus-rog-strix-g733qs = import ./asus/rog-strix/g733qs ;
44
45
asus-rog-strix-x570e = import ./asus/rog-strix/x570e ;
You can’t perform that action at this time.
0 commit comments