dotfiles.nix/nixos/fuchsia/services/libinput/default.nix
2024-09-20 20:24:55 +08:00

10 lines
176 B
Nix

{...}: {
services.libinput = {
enable = true;
mouse = {accelProfile = "flat";};
};
# DBus daemon to configure input devices.
services.ratbagd.enable = true;
}