nixos/libinput: add button to scrollMethod

Close #17840
This commit is contained in:
Yuxuan Shui 2018-06-28 12:15:00 +01:00
parent ba15c00e98
commit a8ff4a073f

View File

@ -116,7 +116,7 @@ in {
};
scrollMethod = mkOption {
type = types.enum [ "twofinger" "edge" "none" ];
type = types.enum [ "twofinger" "edge" "button" "none" ];
default = "twofinger";
example = "edge";
description =