Add trackpad support
This commit is contained in:
parent
a89c8b0d11
commit
c10e98a7cf
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,13 @@ in
|
|||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
libinput = {
|
||||
enable = true;
|
||||
touchpad = {
|
||||
naturalScrolling = true;
|
||||
tapping = true;
|
||||
};
|
||||
};
|
||||
displayManager = {
|
||||
lightdm.enable = true;
|
||||
#sddm.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue