{ pkgs, ... }: { programs.adb.enable = true; programs.wireshark.enable = true; environment.systemPackages = with pkgs; [ wget dconf ]; }