fix: renamed and deprecated graphics options (2)

This commit is contained in:
Noah Masur 2024-06-23 17:43:36 -04:00
parent 332921edd3
commit f1cdd4ae98
No known key found for this signature in database

View File

@ -54,9 +54,8 @@
];
# Enable VA-API for hardware transcoding
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
extraPackages = [ pkgs.libva ];
};
environment.systemPackages = [ pkgs.libva-utils ];