mouse too

This commit is contained in:
Sridhar Ratnakumar 2021-04-09 22:20:40 -04:00
parent ae949fc48b
commit d0851959ca

View file

@ -1,10 +1,14 @@
{ config, pkgs, ... }:
{
# NOTE: libinput changes require a reboot
services.xserver.libinput = {
enable = true;
# macOS like behaviour
# macOS like scrolling
mouse.naturalScrolling = true;
touchpad.naturalScrolling = true;
# Tap to click
touchpad.tapping = true;
};