diff options
author | tv <tv@krebsco.de> | 2023-01-18 22:33:02 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-19 14:08:27 +0100 |
commit | 23fdaa1eedc330d28eaa0111dba65f33d586824e (patch) | |
tree | 3bebcca0adee81e74971f0acb2b773369bfefab4 | |
parent | b3ebccb032e0f8e5baba4a96e289807a209cadfb (diff) |
tv winmax2: retab
-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; |