summary refs log tree commit diff stats
path: root/modules/intel-gpu.nix
blob: 775396ae41c9e04f5fe9b1197f08862d4d5a4e71 (plain)
1
2
3
4
5
6
{ config, pkgs, ... }:

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