s0melapt0p-nix -> isla: rename
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
aae7900229
commit
c1445349f0
74 changed files with 107 additions and 101 deletions
23
isla/services/libinput.nix
Normal file
23
isla/services/libinput.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{...}: {
|
||||
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