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,11 +46,13 @@ in mkIf (elem "desktop" cfg.services) {
}; };
libinput = { libinput = {
enable = true; enable = true;
touchpad = {
tapping = true; tapping = true;
disableWhileTyping = false; disableWhileTyping = false;
naturalScrolling = false; naturalScrolling = false;
horizontalScrolling = true; horizontalScrolling = true;
}; };
}; };
};
machine.pkgsets.python3.pkgs = with pkgs.gitpkgs.python38Packages; [ py3status pytz tzlocal ]; machine.pkgsets.python3.pkgs = with pkgs.gitpkgs.python38Packages; [ py3status pytz tzlocal ];
} }