mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
udev: Disable internal keyboard for now
Necessary since the current keyboard has too many broken keys.
This commit is contained in:
parent
48f9d1a87f
commit
093f085630
@ -26,6 +26,7 @@
|
||||
./systemd.nix
|
||||
./thunar.nix
|
||||
./timezone.nix
|
||||
./udev.nix
|
||||
./user.nix
|
||||
./virtualization.nix
|
||||
./wine.nix
|
||||
|
5
modules/udev.nix
Normal file
5
modules/udev.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="event*", ATTRS{name}=="AT Translated Set 2 keyboard", ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
||||
'';
|
||||
}
|
Loading…
Reference in New Issue
Block a user