mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +09:00
treewide: reanme renamed libinput options
This commit is contained in:
parent
810558a46b
commit
cb8b6a5d00
19 changed files with 27 additions and 25 deletions
|
@ -6,5 +6,5 @@ graphical installation CD.
|
|||
It sets [](#opt-services.xserver.enable),
|
||||
[](#opt-services.displayManager.sddm.enable),
|
||||
[](#opt-services.xserver.desktopManager.plasma5.enable),
|
||||
and [](#opt-services.xserver.libinput.enable) to true. It also
|
||||
and [](#opt-services.libinput.enable) to true. It also
|
||||
includes glxinfo and firefox in the system packages list.
|
||||
|
|
|
@ -207,7 +207,7 @@ Latitude series) can be enabled as follows:
|
|||
|
||||
```nix
|
||||
{
|
||||
services.xserver.libinput.enable = true;
|
||||
services.libinput.enable = true;
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -216,7 +216,7 @@ For instance, the following disables tap-to-click behavior:
|
|||
|
||||
```nix
|
||||
{
|
||||
services.xserver.libinput.touchpad.tapping = false;
|
||||
services.libinput.touchpad.tapping = false;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue