reNixos/ada/services/libinput.nix
s0me1newithhand7s 1eaef069b9 refactor(ada): legacy code removed
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 16:13:47 +03:00

15 lines
296 B
Nix

_: {
services = {
libinput = {
enable = true;
mouse = {
accelProfile = "flat";
accelSpeed = "1";
buttonMapping = "1 2 3 4 5 6 7 8 9";
horizontalScrolling = true;
leftHanded = false;
naturalScrolling = true;
};
};
};
}