From 9f1bf715865cb392fc499aa1a92b06bfc55f28d3 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 2 Mar 2026 13:38:57 -0600 Subject: [PATCH] android support: update udev rules management --- sys/modules/android.nix | 5 ----- 1 file changed, 5 deletions(-) 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 ];