diff --git a/hosts/miku.nix b/hosts/miku.nix index a83f2d5..feaf4c4 100644 --- a/hosts/miku.nix +++ b/hosts/miku.nix @@ -82,16 +82,6 @@ in mkHost config { services = { ratbagd.enable = true; flatpak.enable = true; - # TODO: Move to hardware/ and the respective custom package - udev.extraRules = '' - KERNEL=="uinput", GROUP="input" - - # This rule allows the input group to access /dev/uinput device to create virtual input devices - KERNEL=="uinput", SUBSYSTEM=="misc", GROUP="input", MODE="660" - - # Create rules for your virtual devices to get persistent names - KERNEL=="event*", SUBSYSTEM=="input", ATTRS{name}=="EvdevProxy*", SYMLINK+="input/by-id/virtual-event-$attr{name}" - ''; }; security = {