1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

add recommend xorg driver for lenovo x250

This commit is contained in:
Jörg Thalheim 2017-05-11 11:29:37 +01:00
parent 31a69c6be1
commit 9c649ed2ec
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

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" ];
}