diff --git a/profiles/hardware/gpu/intel.nix b/profiles/hardware/gpu/intel.nix index e3b340a..9c52367 100644 --- a/profiles/hardware/gpu/intel.nix +++ b/profiles/hardware/gpu/intel.nix @@ -1,6 +1,8 @@ { pkgs, ... }: { imports = [ ./common.nix ]; + services.xserver.videoDrivers = [ "intel" ]; + hardware.opengl.extraPackages = with pkgs; [ intel-media-driver vaapiIntel