universe/host/services/libinput.nix
2025-03-14 16:40:36 +00:00

4 lines
46 B
Nix

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