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

View File

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