Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-01-22 14:13:15 +01:00
parent b5f0ff735d
commit 8cdf4720d0
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 12 additions and 10 deletions

View file

@ -5,10 +5,12 @@
displayManager.startx.enable = true;
libinput = {
enable = true;
disableWhileTyping = true;
scrollMethod = "twofinger";
tapping = true;
tappingDragLock = true;
touchpad = {
disableWhileTyping = true;
scrollMethod = "twofinger";
tapping = true;
tappingDragLock = true;
};
};
xkbVariant = "altgr-intl";
};