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

@@ -3,6 +3,7 @@
{
imports =
[ ../lib/kernel-version.nix
./general.nix
];
## BEGIN from generated hardware-configuration
@@ -45,15 +46,5 @@
services.xserver = {
libinput.enable = true;
synaptics.enable = false;
config = ''
Section "InputClass"
Identifier "Enable libinput for TrackPoint"
MatchIsPointer "on"
Driver "libinput"
Option "ScrollMethod" "button"
Option "ScrollButton" "8"
EndSection
'';
};
}