all repos — nixfiles @ eb92294f514568445b134f3fb9154c4d55f0519f

System and user configuration, managed by nix and home-manager

modules/intel-gpu.nix (view raw)

1
2
3
4
5
6
{ config, pkgs, ... }:

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