8 lines
135 B
Nix
8 lines
135 B
Nix
{pkgs, ...}: {
|
|
hardware.graphics.extraPackages = with pkgs; [
|
|
intel-compute-runtime
|
|
intel-media-driver
|
|
vpl-gpu-rt
|
|
];
|
|
}
|