diff options
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/hw/winmax2.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/2configs/hw/winmax2.nix b/tv/2configs/hw/winmax2.nix index bda349e96..0a207f231 100644 --- a/tv/2configs/hw/winmax2.nix +++ b/tv/2configs/hw/winmax2.nix @@ -8,9 +8,9 @@ hardware.opengl.enable = true; hardware.opengl.extraPackages = [ - pkgs.amdvlk - pkgs.rocm-opencl-icd - pkgs.rocm-opencl-runtime + pkgs.amdvlk + pkgs.rocm-opencl-icd + pkgs.rocm-opencl-runtime ]; hardware.video.hidpi.enable = true; |