Update modules/nixos/tools/debug/default.nix

This commit is contained in:
2026-06-04 10:54:00 +02:00
parent 3642b2f41b
commit d4887fbd64

View File

@@ -4,6 +4,6 @@
programs.wireshark.enable = true;
environment.systemPackages = with pkgs; [ wget dconf wireshark android-tools ];
environment.systemPackages = with pkgs; [ wget dconf wireshark mtr android-tools ];
};
}