try to get controllers working
This commit is contained in:
parent
94315f0630
commit
fa94bee79e
|
@ -3,6 +3,12 @@
|
|||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess", OPTIONS+="static_node=uinput", GROUP="input", MODE="0660"
|
||||
'';
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
services.xserver.xkb = {
|
||||
|
|
Loading…
Reference in a new issue