gamer wheel
This commit is contained in:
parent
458f15bf9a
commit
3e515f0a16
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ with lib;
|
||||||
desktopName = "X11 Steam Wrapper";
|
desktopName = "X11 Steam Wrapper";
|
||||||
exec = "QT_QPA_PLATFORM=xcb SDL_VIDEODRIVER=x11 ${steam}/bin/steam";
|
exec = "QT_QPA_PLATFORM=xcb SDL_VIDEODRIVER=x11 ${steam}/bin/steam";
|
||||||
})
|
})
|
||||||
|
oversteer
|
||||||
];
|
];
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
@ -50,5 +51,7 @@ with lib;
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
ATTR{idVendor}=="046d", ATTR{idProduct}=="c261", RUN+="${pkgs.usb-modeswitch}/bin/usb_modeswitch -c '/etc/usb_modeswitch.d/046d:c261'"
|
ATTR{idVendor}=="046d", ATTR{idProduct}=="c261", RUN+="${pkgs.usb-modeswitch}/bin/usb_modeswitch -c '/etc/usb_modeswitch.d/046d:c261'"
|
||||||
'';
|
'';
|
||||||
|
hardware.new-lg4ff.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue