Files
2026-05-01 17:25:23 -03:00

7 lines
186 B
Nix

{ ... }: {
#TODO[epic=Moderate] Clean this up, move to host's configuration.nix.
# Enable uinput for gamepad remap.
hardware.uinput.enable = true;
programs.mosh.enable = true;
}