base: enable natural scrolling for touchpad

This commit is contained in:
Antoine Martin 2023-07-11 20:39:24 +02:00
parent fbb6c81ef2
commit 9b7977e5d5

View file

@ -37,7 +37,12 @@ in {
windowManager.i3.enable = true;
layout = "fr";
xkbVariant = "us";
libinput.enable = true;
libinput = {
enable = true;
touchpad = {
naturalScrolling = true;
};
};
};
logind.lidSwitch = "ignore";