12 lines
165 B
Nix
12 lines
165 B
Nix
{
|
|
services = {
|
|
libinput = {
|
|
enable = true;
|
|
touchpad = {
|
|
disableWhileTyping = true;
|
|
naturalScrolling = true;
|
|
};
|
|
};
|
|
};
|
|
}
|