feat: +vibetyper

This commit is contained in:
2026-04-03 13:37:26 +02:00
parent 1aa83703f2
commit cb323f2d66
6 changed files with 27 additions and 13 deletions

View File

@@ -5,4 +5,12 @@
keyboard.zsa.enable = true;
graphics.enable = true;
};
# udev rules for vibetyper / uinput access (virtual input device injection)
services.udev.extraRules = ''
KERNEL=="uinput", MODE="0660", GROUP="input", OPTIONS+="static_node=uinput"
KERNEL=="event*", SUBSYSTEM=="input", MODE="0660", GROUP="input"
'';
boot.kernelModules = ["uinput"];
}