1

Nixos: Disable deprecated stuff

This commit is contained in:
2024-07-03 19:53:01 +02:00
parent defc8ae831
commit 7c5fde60a9

View File

@ -47,7 +47,7 @@
opengl = {
enable = true;
driSupport = true;
# driSupport = true; # NOTE: Deprecated
extraPackages = with pkgs; [
intel-media-driver
vaapiIntel