desktop_common: add libinput

This commit is contained in:
Serĉanto de Scio 2024-05-22 21:38:12 +10:00
parent 0a4dd89312
commit 82768c9c00
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -68,7 +68,13 @@
gdm.enable = false; # Enable the GNOME display manager
lightdm.greeters.pantheon.enable = true;
};
libinput.enable = true; # Enable touchpad support.
libinput = {
enable = true; # Enable touchpad support.
touchpad = {
tapping = true;
tappingButtonMap = "lrm"; # Set the touchpad button mappeing
};
};
};
pipewire = {