chore: enable 32bit dri

This commit is contained in:
Mohammad Rafiq 2025-04-27 21:17:25 +08:00
parent ce5a447bf5
commit 00611e6dd5
No known key found for this signature in database

View file

@ -58,6 +58,8 @@ in
nvidia-container-toolkit.enable = true;
graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [
nvidia-vaapi-driver # hardware acceleration
];