gpu/intel(fix): don't specify 'intel' videoDriver

This breaks things loading properly
This commit is contained in:
Infinidoge 2021-11-01 12:28:26 -04:00
parent 8e18bd155f
commit 506043dc41

View file

@ -1,8 +1,6 @@
{ pkgs, ... }: {
imports = [ ./common.nix ];
services.xserver.videoDrivers = [ "intel" ];
hardware.opengl.extraPackages = with pkgs; [
intel-media-driver
vaapiIntel