Rebase to flake parts #4
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Logitech Unifying / Bolt receivers; Keychron VIA/VIAL on hidraw.
|
||||
{ ... }:
|
||||
{
|
||||
hardware.logitech.wireless.enable = true;
|
||||
|
||||
services.udev.extraRules = ''
|
||||
# Keychron VIA/VIAL on hidraw
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="3434", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
# PS5 DualSense & DualSense Edge controllers over USB hidraw
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6|0df2", MODE="0660", TAG+="uaccess"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user