6 lines
76 B
Nix
Raw Normal View History

{ lib, ... }:
{
services.xserver.libinput.enable = lib.mkDefault true;
}