From 4b6ac623074cf34fd8682076a5bdb72fea331955 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Oct 2017 10:11:32 +0200 Subject: [PATCH] fix(adho): Use Intel video driver to fix xrandr --- adho-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/adho-configuration.nix b/adho-configuration.nix index c5aada6a9..0f7121596 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -6,5 +6,6 @@ networking.hostName = "adho"; networking.connman.enable = true; services.xserver.libinput.enable = true; + services.xserver.videoDrivers = [ "intel" ]; programs.light.enable = true; }