12 lines
267 B
Nix
12 lines
267 B
Nix
|
{ ... }: {
|
||
|
programs.plasma = {
|
||
|
configFile = {
|
||
|
# TODO May need to fix this for the new laptop
|
||
|
"kcminputrc"."Libinput/2362/628/PIXA3854:00 093A:0274 Touchpad" = {
|
||
|
"NaturalScroll" = true;
|
||
|
"TapDragLock" = true;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|