mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
parent
ba15c00e98
commit
a8ff4a073f
@ -116,7 +116,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
scrollMethod = mkOption {
|
scrollMethod = mkOption {
|
||||||
type = types.enum [ "twofinger" "edge" "none" ];
|
type = types.enum [ "twofinger" "edge" "button" "none" ];
|
||||||
default = "twofinger";
|
default = "twofinger";
|
||||||
example = "edge";
|
example = "edge";
|
||||||
description =
|
description =
|
||||||
|
Loading…
Reference in New Issue
Block a user