1 2 3 4 5 6 7 8
{ pkgs, ... }: { hardware.graphics = { enable = true; enable32Bit = true; extraPackages = with pkgs; [ nvidia-vaapi-driver ]; }; }