ma tools: add lsof
This commit is contained in:
parent
328f9ffdac
commit
5a25b91d1d
|
@ -5,38 +5,43 @@
|
||||||
#
|
#
|
||||||
# essentially `nix-env -q` of the main user
|
# essentially `nix-env -q` of the main user
|
||||||
{
|
{
|
||||||
krebs.per-user.makefu.packages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
at_spi2_core
|
at_spi2_core
|
||||||
acpi
|
acpi
|
||||||
bc
|
bc
|
||||||
rsync
|
rsync
|
||||||
exif
|
exif
|
||||||
file
|
file
|
||||||
|
lsof
|
||||||
|
which
|
||||||
|
|
||||||
# fs
|
# fs
|
||||||
ntfs3g
|
cifs-utils
|
||||||
dosfstools
|
dosfstools
|
||||||
|
ntfs3g
|
||||||
|
smartmontools
|
||||||
|
|
||||||
|
# io
|
||||||
pv
|
pv
|
||||||
sshpass
|
sshpass
|
||||||
usbutils
|
usbutils
|
||||||
p7zip
|
p7zip
|
||||||
hdparm
|
hdparm
|
||||||
inetutils
|
|
||||||
ncftp
|
|
||||||
mutt
|
|
||||||
tcpdump
|
|
||||||
sysstat
|
|
||||||
which
|
|
||||||
weechat
|
|
||||||
wol
|
|
||||||
tmux
|
|
||||||
iftop
|
|
||||||
mkpasswd
|
|
||||||
# storage
|
|
||||||
smartmontools
|
|
||||||
cifs-utils
|
|
||||||
# net
|
# net
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
inetutils
|
||||||
|
ncftp
|
||||||
|
tcpdump
|
||||||
|
sysstat
|
||||||
|
wol
|
||||||
|
iftop
|
||||||
|
|
||||||
|
mkpasswd
|
||||||
|
mutt
|
||||||
|
weechat
|
||||||
|
tmux
|
||||||
|
|
||||||
# stockholm
|
# stockholm
|
||||||
git
|
git
|
||||||
|
|
Loading…
Reference in a new issue