fix(adho): Use Intel video driver to fix xrandr

This commit is contained in:
Vincent Ambo 2017-10-16 10:11:32 +02:00
parent 270ac6ee3d
commit 4b6ac62307

View file

@ -6,5 +6,6 @@
networking.hostName = "adho";
networking.connman.enable = true;
services.xserver.libinput.enable = true;
services.xserver.videoDrivers = [ "intel" ];
programs.light.enable = true;
}