File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ See code for all available configurations.
107
107
| [ Asus ROG Ally RC71L (2023)] ( asus/ally/rc71l ) | ` <nixos-hardware/asus/ally/rc71l> ` | ` asus-ally-rc71l ` |
108
108
| [ Asus ROG Flow X13 GV302X\* (2023)] ( asus/flow/gv302x/amdgpu ) | ` <nixos-hardware/asus/flow/gv302x/amdgpu> ` | ` asus-flow-gv302x-amdgpu ` |
109
109
| [ Asus ROG Flow X13 GV302X\* (2023)] ( asus/flow/gv302x/nvidia ) | ` <nixos-hardware/asus/flow/gv302x/nvidia> ` | ` asus-flow-gv302x-nvidia ` |
110
+ | [ Asus ROG GL552VW] ( asus/rog-gl552vw ) | ` <nixos-hardware/asus/rog-gl552vw> ` | ` asus-rog-gl552vw ` |
110
111
| [ Asus ROG Strix G513IM] ( asus/rog-strix/g513im ) | ` <nixos-hardware/asus/rog-strix/g513im> ` | ` asus-rog-strix-g513im ` |
111
112
| [ Asus ROG Strix G533ZW] ( asus/rog-strix/g533zw ) | ` <nixos-hardware/asus/rog-strix/g533zw> ` | ` asus-rog-strix-g533zw ` |
112
113
| [ Asus ROG Strix G713IE] ( asus/rog-strix/g713ie ) | ` <nixos-hardware/asus/rog-strix/g713ie> ` | ` asus-rog-strix-g713ie ` |
Original file line number Diff line number Diff line change
1
+ { ... } :
2
+
3
+ {
4
+ imports = [
5
+ ../../common/cpu/intel
6
+ ../../common/gpu/nvidia/maxwell
7
+ ../../common/gpu/nvidia/prime.nix
8
+ ../../common/pc/laptop
9
+ ../../common/pc/ssd
10
+ ] ;
11
+
12
+ hardware . nvidia . prime = {
13
+ intelBusId = "PCI:0:2:0" ;
14
+ nvidiaBusId = "PCI:1:0:0" ;
15
+ } ;
16
+ }
Original file line number Diff line number Diff line change 38
38
asus-flow-gv302x-amdgpu = import ./asus/flow/gv302x/amdgpu ;
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
+ asus-rog-gl552vw = import ./asus/rog-gl552vw ;
41
42
asus-rog-strix-g513im = import ./asus/rog-strix/g513im ;
42
43
asus-rog-strix-g533zw = import ./asus/rog-strix/g533zw ;
43
44
asus-rog-strix-g713ie = import ./asus/rog-strix/g713ie ;
You can’t perform that action at this time.
0 commit comments