Package : Add p7zip to extra.

This commit is contained in:
Dmitry Voronin 2024-09-18 02:04:41 +03:00
parent a9643cabfb
commit 786109c674
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,7 +1,6 @@
{ pkgs, pkgsStable, pkgsMaster, ... } @args: {
core = with pkgs; [
android-tools # Android adb tool. Can be used to connect to itself via wireless debugging.
binwalk # Can analyze files for other files inside them.
android-tools # Android adb tool. Can be used to connect to itself via wireless debugging. binwalk # Can analyze files for other files inside them.
bridge-utils # Network bridges.
btop htop # System monitors.
coreutils # UNIX Core utilities.
@ -113,6 +112,7 @@
cbonsai cmatrix # CLI Screensavers.
cowsay lolcat # CLI funni.
gnome-font-viewer # Font viewer.
p7zip # Weird archive tool.
tor-browser # Privacy browser.
universal-android-debloater # Debloat Android devices.
];