Evie Litherland-Smith
73db0c0906
Needs to be done per device (currently) as libinput devices have a unique ID, hopefully can set as a general setting in the future
5 lines
155 B
Nix
5 lines
155 B
Nix
{...}: {
|
|
imports = [./default.nix];
|
|
programs.plasma.configFile.kcminputrc."Libinput/1739/52759/SYNA32AA:00 06CB:CE17 Touchpad".NaturalScroll = true;
|
|
}
|