init
This commit is contained in:
commit
b6cdc78668
210 changed files with 9929 additions and 0 deletions
25
s0melapt0p-nix/services/libinput.nix
Normal file
25
s0melapt0p-nix/services/libinput.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelProfile = "flat";
|
||||
accelSpeed = "-1.0";
|
||||
buttonMapping = "1 2 3 4 5 6 7 8 9";
|
||||
horizontalScrolling = true;
|
||||
leftHanded = false;
|
||||
naturalScrolling = true;
|
||||
};
|
||||
|
||||
touchpad = {
|
||||
accelProfile = "adaptive";
|
||||
accelSpeed = "-1.0";
|
||||
buttonMapping = "1 2 3 4 5 6 7 8 9";
|
||||
clickMethod = "clickfinger";
|
||||
leftHanded = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue