initial
This commit is contained in:
50
pkgs/util.nix
Normal file
50
pkgs/util.nix
Normal 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
|
||||
]
|
||||
Reference in New Issue
Block a user