diff options
author | sefidel <contact@sefidel.net> | 2023-08-12 12:59:02 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-12 12:59:02 +0900 |
commit | 80bfbd016a3de93432632decff060377d5b72a95 (patch) | |
tree | b94c767393d66be11246d6f869607e68341cf05c /nixos/alpha | |
parent | 148b0e2665e4dd8155e3a3cd4ac7f507491567b7 (diff) | |
download | nixrc-80bfbd016a3de93432632decff060377d5b72a95.tar.gz nixrc-80bfbd016a3de93432632decff060377d5b72a95.zip |
feat(nixos/alpha): enable driSupport
Diffstat (limited to 'nixos/alpha')
-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 ]; |