Files

6 lines
93 B
Nix

{ ... }: {
flake.modules.nixos.xbox-controller = {
hardware.xone.enable = true;
};
}