Droidpad gamepad
Simple websocket server that allows you to use droidpad as a game controller
- rust
- libevdev
{
inputs = {
droidpad-gamepad = {
url = "github:Tofixrs/droidpad-gamepad";
inputs.nixpkgs.follows = "nixpkgs";
}
};
}
# cachix
{
nix.settings = {
substituters = ["https://tofix-cache.cachix.org"];
trusted-public-keys = ["tofix-cache.cachix.org-1:myU8xgZK0u4kkBPCBAlLH/8wCzw5Gn6OYpit6OsAhjU="];
};
}