0
0
Fork 0
flake/hardware/drivers/video/intel.nix

14 lines
203 B
Nix
Raw Permalink Normal View History

2025-01-03 01:26:51 +00:00
{
config,
pkgs,
...
}: {
hardware.graphics.extraPackages = with pkgs; [
vpl-gpu-rt
intel-media-driver
intel-compute-runtime
];
services.xserver.videoDrivers = ["modesetting"];
}