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:
parent
b35972b3fa
commit
af51aa79d2
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue