Move libinput to ThinkPad-specific config

This commit is contained in:
Elnu 2023-01-07 18:31:29 -08:00
parent 1513c012d7
commit 28dd3810dc
2 changed files with 5 additions and 4 deletions

View file

@ -7,10 +7,6 @@ in
services = {
xserver = {
enable = true;
libinput = {
enable = true;
touchpad.tapping = true;
};
xkbOptions = "caps:escape";
displayManager = {
lightdm = {

View file

@ -17,4 +17,9 @@
# Use X11 caps lock to escape remap in TTY
console.useXkbConfig = true;
services.xserver.xkbOptions = "caps:escape";
services.xserver.libinput = {
enable = true;
touchpad.tapping = true;
};
}