Files
infra/modules/clan/personal-computer/libinput.nix

12 lines
165 B
Nix

{
services = {
libinput = {
enable = true;
touchpad = {
disableWhileTyping = true;
naturalScrolling = true;
};
};
};
}