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.
107107| [ Asus ROG Ally RC71L (2023)] ( asus/ally/rc71l ) | ` <nixos-hardware/asus/ally/rc71l> ` | ` asus-ally-rc71l ` |
108108| [ Asus ROG Flow X13 GV302X\* (2023)] ( asus/flow/gv302x/amdgpu ) | ` <nixos-hardware/asus/flow/gv302x/amdgpu> ` | ` asus-flow-gv302x-amdgpu ` |
109109| [ 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 ` |
110111| [ Asus ROG Strix G513IM] ( asus/rog-strix/g513im ) | ` <nixos-hardware/asus/rog-strix/g513im> ` | ` asus-rog-strix-g513im ` |
111112| [ Asus ROG Strix G533ZW] ( asus/rog-strix/g533zw ) | ` <nixos-hardware/asus/rog-strix/g533zw> ` | ` asus-rog-strix-g533zw ` |
112113| [ 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/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 4141 asus-flow-gv302x-amdgpu = import ./asus/flow/gv302x/amdgpu ;
4242 asus-flow-gv302x-nvidia = import ./asus/flow/gv302x/nvidia ;
4343 asus-pro-ws-x570-ace = import ./asus/pro-ws-x570-ace ;
44+ asus-rog-gl552vw = import ./asus/rog-gl552vw ;
4445 asus-rog-strix-g513im = import ./asus/rog-strix/g513im ;
4546 asus-rog-strix-g533zw = import ./asus/rog-strix/g533zw ;
4647 asus-rog-strix-g713ie = import ./asus/rog-strix/g713ie ;
You can’t perform that action at this time.
0 commit comments