[m] Android dev, cleanup, qemu,...

This commit is contained in:
soraefir
2024-01-19 11:58:52 +01:00
parent 0486df012d
commit 81be322a80
9 changed files with 40 additions and 21 deletions

View File

@ -1,6 +1,6 @@
{ pkgs, ... }: {
{ pkgs, config, ... }: {
programs.adb.enable = true;
programs.wireshark.enable = true;
environment.systemPackages = with pkgs; [ wget dconf ];
environment.systemPackages = with pkgs; [ wget dconf wireshark ];
}