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 @@ -109,6 +109,7 @@ See code for all available configurations.
109109| [ Asus ROG Ally RC71L (2023)] ( asus/ally/rc71l ) | ` <nixos-hardware/asus/ally/rc71l> ` | ` asus-ally-rc71l ` |
110110| [ Asus ROG Flow X13 GV302X\* (2023)] ( asus/flow/gv302x/amdgpu ) | ` <nixos-hardware/asus/flow/gv302x/amdgpu> ` | ` asus-flow-gv302x-amdgpu ` |
111111| [ Asus ROG Flow X13 GV302X\* (2023)] ( asus/flow/gv302x/nvidia ) | ` <nixos-hardware/asus/flow/gv302x/nvidia> ` | ` asus-flow-gv302x-nvidia ` |
112+ | [ Asus ROG GL552VW] ( asus/rog-gl552vw ) | ` <nixos-hardware/asus/rog-gl552vw> ` | ` asus-rog-gl552vw ` |
112113| [ Asus ROG Strix G513IM] ( asus/rog-strix/g513im ) | ` <nixos-hardware/asus/rog-strix/g513im> ` | ` asus-rog-strix-g513im ` |
113114| [ Asus ROG Strix G533ZW] ( asus/rog-strix/g533zw ) | ` <nixos-hardware/asus/rog-strix/g533zw> ` | ` asus-rog-strix-g533zw ` |
114115| [ Asus ROG Strix G533Q] ( asus/rog-strix/g533q ) | ` <nixos-hardware/asus/rog-strix/g533q> ` | ` asus-rog-strix-g533zw ` |
Original file line number Diff line number Diff line change 1+ { ... } :
2+
3+ {
4+ imports = [
5+ ../../common/cpu/intel/skylake
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 4343 asus-flow-gv302x-amdgpu = import ./asus/flow/gv302x/amdgpu ;
4444 asus-flow-gv302x-nvidia = import ./asus/flow/gv302x/nvidia ;
4545 asus-pro-ws-x570-ace = import ./asus/pro-ws-x570-ace ;
46+ asus-rog-gl552vw = import ./asus/rog-gl552vw ;
4647 asus-rog-strix-g513im = import ./asus/rog-strix/g513im ;
4748 asus-rog-strix-g533zw = import ./asus/rog-strix/g533zw ;
4849 asus-rog-strix-g533q = import ./asus/rog-strix/g533q ;
You can’t perform that action at this time.
0 commit comments