nixos-config/modules/gpu/intel.nix

9 lines
99 B
Nix

{ pkgs, ... }:
{
hardware.opengl.extraPackages = with pkgs; [
beignet
vaapiIntel
];
}