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

12 lines
267 B
Nix
Raw Normal View History

2025-01-02 20:34:15 +01:00
{ ... }: {
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;
};
};
};
}