nixos-config/modules/gpu/intel.nix

9 lines
99 B
Nix
Raw Normal View History

2020-10-16 18:34:51 +02:00
{ pkgs, ... }:
{
2020-10-17 20:23:33 +02:00
hardware.opengl.extraPackages = with pkgs; [
beignet
vaapiIntel
];
2020-10-16 18:34:51 +02:00
}