feat(xremap): keyd alternative, better wl support

This commit is contained in:
js0ny 2025-11-14 05:59:53 +00:00
parent 9889fc8b7d
commit 4977346e60
11 changed files with 734 additions and 30 deletions

View file

@ -0,0 +1,8 @@
{...}: {
hardware.uinput.enable = true;
boot.kernelModules = ["uinput"];
services.udev.extraRules = ''
KERNEL=="uinput", GROUP="input", TAG+="uaccess"
'';
users.users.js0ny.extraGroups = ["input" "uinput"];
}