Skip to content

Commit d4b6031

Browse files
authored
Updated nvidia offload mode to include amd drivers
1 parent 9823641 commit d4b6031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lenovo/legion/16arh7h/hybrid/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
];
1414

1515
boot.kernelModules = ["amdgpu"];
16-
services.xserver.videoDrivers = ["nvidia"];
16+
services.xserver.videoDrivers = ["amdgpu" "nvidia"];
1717

1818
hardware = {
1919
amdgpu.initrd.enable = false;

0 commit comments

Comments
 (0)