nix/home-manager/hosts/framework16/desktops/plasma6/default.nix

11 lines
268 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;
};
};
};
}