nixos/modules/hardware/joystick.nix

2 lines
70 B
Nix

{ config.hardware = { xone.enable = true; xpadneo.enable = true; }; }