add recommend xorg driver for lenovo x250
This commit is contained in:
parent
31a69c6be1
commit
3e5b9169ce
6
lenovo/x250.nix
Normal file
6
lenovo/x250.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# modesetting driver leads to freezes with newer kernel at the moment (> 4.4)
|
||||||
|
services.xserver.videoDrivers = [ "intel" ];
|
||||||
|
}
|
Loading…
Reference in a new issue