summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-08-04 18:59:08 +0300
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-08-04 16:59:08 +0100
commitd534770be7f699b3332ef09bd043745a38d115ad (patch)
tree88b903e92ee49a9bb9cda7e1aabb7772dd73b4a7 /common
parent9af7afffeb767fc86e44bd54d5d43b3db1785996 (diff)
intel: videoDrivers: intel -> modesetting (#57)
Diffstat (limited to 'common')
-rw-r--r--common/cpu/intel/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/cpu/intel/default.nix b/common/cpu/intel/default.nix
index 84997f1..78c824e 100644
--- a/common/cpu/intel/default.nix
+++ b/common/cpu/intel/default.nix
@@ -2,8 +2,7 @@
{
hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
- services.xserver.videoDrivers = [ "intel" ];
-
+
hardware.opengl.extraPackages = with pkgs; [
vaapiIntel
vaapiVdpau