Move libinput to ThinkPad-specific config
This commit is contained in:
parent
1513c012d7
commit
28dd3810dc
2 changed files with 5 additions and 4 deletions
|
@ -7,10 +7,6 @@ in
|
|||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
libinput = {
|
||||
enable = true;
|
||||
touchpad.tapping = true;
|
||||
};
|
||||
xkbOptions = "caps:escape";
|
||||
displayManager = {
|
||||
lightdm = {
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue