1

Nixos: Disable deprecated stuff

This commit is contained in:
2024-07-03 19:53:01 +02:00
parent dab0daedc0
commit d1005ecf6b

View File

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