diff --git a/sys/modules/android.nix b/sys/modules/android.nix index 504a5d4..0891e97 100644 --- a/sys/modules/android.nix +++ b/sys/modules/android.nix @@ -11,11 +11,6 @@ in { enable = mkEnableOption "androidSupport settings"; }; config = mkIf cfg.enable { - services.udev.packages = with pkgs; [ - # android-udev-rules - # todo: 'android-udev-rules' has been removed due to being superseded by built-in systemd uaccess rules - ]; - environment.systemPackages = with pkgs; [ android-tools ];