Segregate lenovo/ subdir into thinkpad and ideapad directories

There are several significant differences between ThinkPads and the
other Lenovo models, so this structure must be more precise
This commit is contained in:
Maximilian Bosch
2017-09-03 23:34:57 +02:00
parent ed46b99315
commit d977cf26de
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{ lib, ... }:
with lib;
{
hardware.trackpoint = mkDefault {
enable = true;
emulateWheel = true;
};
hardware.enableAllFirmware = true;
services.tlp.enable = true;
services.xserver = {
synaptics.enable = false;
libinput.enable = true;
};
}