flake/common/touchpad.nix

6 lines
142 B
Nix

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