mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01:00
meta: Merge udev with piper
This is part of merging all hardware-specific config into one module.
This commit is contained in:
parent
7f97bb62c2
commit
039cf97368
@ -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"
|
||||
'';
|
||||
}
|
||||
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
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