0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

installer: add a comment hinting about enabling libinput for touchpads

This commit is contained in:
Graham Christensen 2017-08-30 20:24:36 -04:00
parent b35972b3fa
commit af51aa79d2
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -605,6 +605,9 @@ $bootLoaderConfig
# services.xserver.layout = "us";
# services.xserver.xkbOptions = "eurosign:e";
# Enable touchpad support.
# services.xserver.libinput.enable = true;
# Enable the KDE Desktop Environment.
# services.xserver.displayManager.sddm.enable = true;
# services.xserver.desktopManager.plasma5.enable = true;