Skip to content

Commit 0d3ca75

Browse files
committed
add asus-rog-strix-g533zw
1 parent 3c5e126 commit 0d3ca75

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>` |

asus/rog-strix/g533zw/default.nix

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
}

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
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;

0 commit comments

Comments
 (0)