This commit is contained in:
2025-07-17 19:28:12 +09:00
commit ecb8bc951f
23 changed files with 709 additions and 0 deletions

50
pkgs/util.nix Normal file
View File

@@ -0,0 +1,50 @@
# 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
nix-output-monitor
nix-index
btop
iotop
iftop
strace
ltrace
lsof
sysstat
lm_sensors
ethtool
pciutils
usbutils
gpick
]