Files
nix-fleet/modules/desktop/input/input.nix
2026-03-03 10:11:31 +01:00

6 lines
86 B
Nix

{ ... }: {
flake.nixosModules.input = {
services.libinput.enable = true;
};
}