1
0
Fork 0

Libinput options have been renamed.

This commit is contained in:
Kevin Baensch 2021-10-28 09:50:49 +02:00
parent 5f4edfeb2a
commit d6641e36c0
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 6 additions and 4 deletions

View File

@ -46,10 +46,12 @@ in mkIf (elem "desktop" cfg.services) {
};
libinput = {
enable = true;
tapping = true;
disableWhileTyping = false;
naturalScrolling = false;
horizontalScrolling = true;
touchpad = {
tapping = true;
disableWhileTyping = false;
naturalScrolling = false;
horizontalScrolling = true;
};
};
};
machine.pkgsets.python3.pkgs = with pkgs.gitpkgs.python38Packages; [ py3status pytz tzlocal ];