meta: Merge udev with piper

This is part of merging all hardware-specific config into one module.
This commit is contained in:
Donovan Glover 2024-04-03 06:29:04 -04:00
parent 7f97bb62c2
commit 039cf97368
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 4 additions and 5 deletions

View File

@ -4,4 +4,8 @@
services.ratbagd.enable = true;
environment.systemPackages = [ pkgs.piper ];
services.udev.extraRules = ''
KERNEL=="event*", ATTRS{name}=="AT Translated Set 2 keyboard", ENV{LIBINPUT_IGNORE_DEVICE}="1"
'';
}

View File

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