Add keyleds

This commit is contained in:
Dave Gallant
2022-05-28 01:50:47 -04:00
parent 0cb0739470
commit 80e7729ab4
4 changed files with 28 additions and 1 deletions

View File

@@ -44,5 +44,10 @@
'';
exportConfiguration = true;
};
services.udev.extraRules = ''
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0666"
'';
}