6 lines
125 B
Nix
6 lines
125 B
Nix
{pkgs, ...}: {
|
|
hardware.graphics.enable = true;
|
|
hardware.graphics.extraPackages = with pkgs; [
|
|
libvdpau-va-gl
|
|
];
|
|
}
|