alejandra: fmt

This commit is contained in:
hand7s 2025-04-27 12:47:02 +03:00
parent 4132420034
commit 510e39c245
No known key found for this signature in database
199 changed files with 1030 additions and 1438 deletions

View file

@ -1,25 +1,23 @@
{
...
}: {
{...}: {
services = {
libinput = {
enable = true;
enable = true;
mouse = {
accelProfile = "flat";
accelSpeed = "-1.0";
buttonMapping = "1 2 3 4 5 6 7 8 9";
horizontalScrolling = true;
horizontalScrolling = true;
leftHanded = false;
naturalScrolling = true;
};
touchpad = {
accelProfile = "adaptive";
accelSpeed = "-1.0";
buttonMapping = "1 2 3 4 5 6 7 8 9";
buttonMapping = "1 2 3 4 5 6 7 8 9";
clickMethod = "clickfinger";
leftHanded = false;
};
};
};
}
}