universe/hosts/common/services/libinput.nix
2025-03-03 00:00:20 +05:00

4 lines
46 B
Nix

{...}: {
services.libinput.enable = true;
}