android support: update udev rules management

This commit is contained in:
Fabian Montero 2026-03-02 13:38:57 -06:00
parent 39789ad391
commit 9f1bf71586
Signed by: fabian
GPG key ID: 8036F30EDBAC8447

View file

@ -11,11 +11,6 @@ in {
enable = mkEnableOption "androidSupport settings"; enable = mkEnableOption "androidSupport settings";
}; };
config = mkIf cfg.enable { 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; [ environment.systemPackages = with pkgs; [
android-tools android-tools
]; ];