52 lines
478 B
Nix
52 lines
478 B
Nix
# various linux cli util
|
|
|
|
{ pkgs, ... }:
|
|
|
|
with pkgs; [
|
|
neofetch
|
|
nnn # terminal file manager
|
|
|
|
# archives
|
|
zip
|
|
xz
|
|
zlib
|
|
unzip
|
|
p7zip
|
|
|
|
# utils
|
|
xclip
|
|
openssl
|
|
ffmpeg
|
|
cloc
|
|
piper-tts
|
|
pavucontrol
|
|
ripgrep
|
|
jq
|
|
yq-go
|
|
git-credential-oauth
|
|
git-credential-manager
|
|
git-filter-repo
|
|
eza
|
|
sox
|
|
fzf
|
|
grc
|
|
|
|
nix-output-monitor
|
|
nix-index
|
|
|
|
btop
|
|
iotop
|
|
iftop
|
|
|
|
strace
|
|
ltrace
|
|
lsof
|
|
|
|
sysstat
|
|
lm_sensors
|
|
ethtool
|
|
pciutils
|
|
usbutils
|
|
gpick
|
|
]
|