add recommend xorg driver for lenovo x250

This commit is contained in:
Jörg Thalheim 2017-05-11 11:29:37 +01:00 committed by Emery Hemingway
parent 31a69c6be1
commit 3e5b9169ce
1 changed files with 6 additions and 0 deletions

6
lenovo/x250.nix Normal file
View File

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
# modesetting driver leads to freezes with newer kernel at the moment (> 4.4)
services.xserver.videoDrivers = [ "intel" ];
}