This commit is contained in:
Miguel Palhas
2025-06-30 19:20:54 +01:00
parent 3257d435d1
commit 9100ab46ac
4 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -5,13 +5,13 @@
"adbusers"
];
programs.adb.enable = true;
# programs.adb.enable = true;
services.udev.packages = with pkgs; [
android-udev-rules
];
environment.systemPackages = with pkgs; [
android-studio
];
# environment.systemPackages = with pkgs; [
# android-studio
# ];
}