Rebase to flake parts #4

This commit is contained in:
2026-05-01 17:25:23 -03:00
parent 2c576715de
commit 064ba9655a
11 changed files with 2019 additions and 0 deletions
@@ -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"
'';
}