7 lines
186 B
Nix
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;
|
|
}
|