mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 17:53:17 +01:00
093f085630
Necessary since the current keyboard has too many broken keys.
6 lines
141 B
Nix
6 lines
141 B
Nix
{
|
|
services.udev.extraRules = ''
|
|
KERNEL=="event*", ATTRS{name}=="AT Translated Set 2 keyboard", ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
|
'';
|
|
}
|