diff options
Diffstat (limited to 'configs/hw/winmax2.nix')
-rw-r--r-- | configs/hw/winmax2.nix | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/configs/hw/winmax2.nix b/configs/hw/winmax2.nix index 7b28466..8af5511 100644 --- a/configs/hw/winmax2.nix +++ b/configs/hw/winmax2.nix @@ -20,11 +20,10 @@ hardware.cpu.amd.updateMicrocode = true; hardware.enableRedistributableFirmware = true; - hardware.opengl.enable = true; - hardware.opengl.extraPackages = [ + hardware.graphics.enable = true; + hardware.graphics.extraPackages = [ pkgs.amdvlk - pkgs.rocm-opencl-icd - pkgs.rocm-opencl-runtime + pkgs.rocmPackages.clr ]; networking.wireless.enable = true; @@ -42,7 +41,4 @@ ''; tv.lidControl.enable = true; - - tv.hw.screens.primary.width = 2560; - tv.hw.screens.primary.height = 1600; } |