mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-18 17:09:41 +01:00
add recommend xorg driver for lenovo x250
This commit is contained in:
parent
31a69c6be1
commit
3e5b9169ce
1 changed files with 6 additions and 0 deletions
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