Initialize general.nix; merge defaults into all ThinkPad configurations

This commit is contained in:
Maximilian Bosch
2017-09-03 23:25:33 +02:00
parent ecbb9c15c3
commit ae18b6af0f
8 changed files with 24 additions and 21 deletions

View File

@@ -1,9 +1,10 @@
{ config, pkgs, ... }:
{
imports = [ ./general.nix ];
# modesetting driver leads to freezes with newer kernel at the moment (> 4.4)
services.xserver.videoDrivers = [ "intel" ];
services.xserver.libinput.enable = true;
hardware.trackpoint.emulateWheel = true;
}