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 = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tapping = true;
|
touchpad = {
|
||||||
disableWhileTyping = false;
|
tapping = true;
|
||||||
naturalScrolling = false;
|
disableWhileTyping = false;
|
||||||
horizontalScrolling = true;
|
naturalScrolling = false;
|
||||||
|
horizontalScrolling = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
machine.pkgsets.python3.pkgs = with pkgs.gitpkgs.python38Packages; [ py3status pytz tzlocal ];
|
machine.pkgsets.python3.pkgs = with pkgs.gitpkgs.python38Packages; [ py3status pytz tzlocal ];
|
||||||
|
|
Loading…
Reference in a new issue