[NixOS] Move packages around

This commit is contained in:
2023-06-28 22:27:09 -06:00
parent b99b04d320
commit 94fd156120
6 changed files with 81 additions and 70 deletions

View File

@@ -1,5 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
android-udev-rules
];
nixpkgs.config.android_sdk.accept_license = true;
programs.adb.enable = true;
}