Libinput options have been renamed.
This commit is contained in:
parent
5f4edfeb2a
commit
d6641e36c0
1 changed files with 6 additions and 4 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue