nix-config/modules/nixos/touchpad.nix

9 lines
146 B
Nix
Raw Normal View History

{
config,
pkgs,
...
}: {
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;
}