clean(laozi/core, laozi/optional): add nmap to core, transfer du-dust, nerdfetch to optional/system

This commit is contained in:
madmin 2024-08-13 20:04:30 +02:00
parent 044c8acb0a
commit 2bac451b2a
2 changed files with 5 additions and 3 deletions

View File

@ -35,16 +35,16 @@
ncdu# TUI disk usage ncdu# TUI disk usage
btop# resource monitor btop# resource monitor
pfetch# system info pfetch# system info
nerdfetch# fetch using nerdfonts
pciutils# pci bus info + conns. to them pciutils# pci bus info + conns. to them
coreutils# basic gnu utils coreutils# basic gnu utils
du-dust# see how disk space is being used
usbutils usbutils
ntfs3g # NTFS fs ntfs3g # NTFS fs
pmutils # power management https://pm-utils.freedesktop.org/wiki/ pmutils # power management https://pm-utils.freedesktop.org/wiki/
wireshark wireshark
nmap
mosh# mobile shell mosh# mobile shell
# curl # curl
ripgrep# better grep ripgrep# better grep

View File

@ -6,5 +6,7 @@
inherit (pkgs) inherit (pkgs)
# Here go packages without my configs # Here go packages without my configs
#!Remember to comment without space after package #!Remember to comment without space after package
nerdfetch# fetch using nerdfonts
du-dust; # see how disk space is being used
}; };
} }