diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index c6ded1d..8696013 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -241,6 +241,7 @@ }; hardware.opengl.enable = true; + hardware.opengl.driSupport = true; hardware.opengl.driSupport32Bit = true; hardware.opengl.extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ]; |