add tools for android developpement

This commit is contained in:
ant 2025-07-21 10:22:54 +02:00
parent 8317243a5f
commit 5a65f45349
2 changed files with 6 additions and 0 deletions

View file

@ -132,4 +132,8 @@
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.05"; # Did you read the comment?
services.udev.packages = [
pkgs.android-udev-rules
];
}