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 | 4a581b475b96e9bcf2210ed41a17b89a4842e688 (patch) | |
tree | 18771504e1a39c847297048097b107d2cd032e62 /tv/2configs | |
parent | 313f08c0dad25488b29603eb0a6dc8605c02c34b (diff) |
tv winmax2: retab
Diffstat (limited to 'tv/2configs')
-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 bda349e..0a207f2 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; |