Revert packages.
This commit is contained in:
parent
1b6ef33e64
commit
e43a4f4e73
2 changed files with 44 additions and 49 deletions
|
@ -28,60 +28,12 @@ with config;
|
||||||
gnupg
|
gnupg
|
||||||
go-task
|
go-task
|
||||||
|
|
||||||
# cli
|
|
||||||
_1password
|
|
||||||
bat
|
|
||||||
dbus
|
|
||||||
direnv
|
|
||||||
git
|
|
||||||
vim
|
|
||||||
nix-index
|
|
||||||
python3
|
|
||||||
fzf
|
|
||||||
ripgrep
|
|
||||||
fastfetch
|
|
||||||
|
|
||||||
# archives
|
# archives
|
||||||
zip
|
zip
|
||||||
xz
|
xz
|
||||||
unzip
|
unzip
|
||||||
p7zip
|
p7zip
|
||||||
|
|
||||||
# terminal file managers
|
|
||||||
nnn
|
|
||||||
ranger
|
|
||||||
yazi
|
|
||||||
|
|
||||||
# networking tools
|
|
||||||
iperf3
|
|
||||||
dnsutils # `dig` + `nslookup`
|
|
||||||
ldns # replacement of `dig`, it provide the command `drill`
|
|
||||||
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
|
||||||
socat # replacement of openbsd-netcat
|
|
||||||
nmap # A utility for network discovery and security auditing
|
|
||||||
ipcalc # it is a calculator for the IPv4/v6 addresses
|
|
||||||
|
|
||||||
# system tools
|
|
||||||
sysstat
|
|
||||||
lm_sensors # for `sensors` command
|
|
||||||
ethtool
|
|
||||||
pciutils # lspci
|
|
||||||
usbutils # lsusb
|
|
||||||
|
|
||||||
# system call monitoring
|
|
||||||
strace # system call monitoring
|
|
||||||
ltrace # library call monitoring
|
|
||||||
lsof # list open files
|
|
||||||
|
|
||||||
btop # replacement of htop/nmon
|
|
||||||
iotop # io monitoring
|
|
||||||
iftop # network monitoring
|
|
||||||
|
|
||||||
# utils
|
|
||||||
direnv # shell environment management
|
|
||||||
pre-commit # Pre-commit tasks for git
|
|
||||||
minio-client # S3 management
|
|
||||||
|
|
||||||
# nix tools
|
# nix tools
|
||||||
nvd
|
nvd
|
||||||
];
|
];
|
||||||
|
|
|
@ -32,9 +32,52 @@ with config;
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
# cli
|
# cli
|
||||||
|
_1password
|
||||||
|
bat
|
||||||
|
dbus
|
||||||
|
direnv
|
||||||
|
git
|
||||||
|
nix-index
|
||||||
|
python3
|
||||||
|
fzf
|
||||||
|
ripgrep
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
fastfetch
|
||||||
|
|
||||||
# dev utils
|
# terminal file managers
|
||||||
|
nnn
|
||||||
|
ranger
|
||||||
|
yazi
|
||||||
|
|
||||||
|
# networking tools
|
||||||
|
iperf3
|
||||||
|
dnsutils # `dig` + `nslookup`
|
||||||
|
ldns # replacement of `dig`, it provide the command `drill`
|
||||||
|
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
||||||
|
socat # replacement of openbsd-netcat
|
||||||
|
nmap # A utility for network discovery and security auditing
|
||||||
|
ipcalc # it is a calculator for the IPv4/v6 addresses
|
||||||
|
|
||||||
|
# system tools
|
||||||
|
sysstat
|
||||||
|
lm_sensors # for `sensors` command
|
||||||
|
ethtool
|
||||||
|
pciutils # lspci
|
||||||
|
usbutils # lsusb
|
||||||
|
|
||||||
|
# system call monitoring
|
||||||
|
strace # system call monitoring
|
||||||
|
ltrace # library call monitoring
|
||||||
|
lsof # list open files
|
||||||
|
|
||||||
|
btop # replacement of htop/nmon
|
||||||
|
iotop # io monitoring
|
||||||
|
iftop # network monitoring
|
||||||
|
|
||||||
|
# utils
|
||||||
|
direnv # shell environment management
|
||||||
|
pre-commit # Pre-commit tasks for git
|
||||||
|
minio-client # S3 management
|
||||||
shellcheck
|
shellcheck
|
||||||
envsubst
|
envsubst
|
||||||
];
|
];
|
||||||
|
|
Reference in a new issue