nix-config/modules/udev.nix

6 lines
141 B
Nix
Raw Normal View History

{
services.udev.extraRules = ''
KERNEL=="event*", ATTRS{name}=="AT Translated Set 2 keyboard", ENV{LIBINPUT_IGNORE_DEVICE}="1"
'';
}