This commit is contained in:
Leonora Tindall 2025-05-14 07:58:02 -05:00
parent b87ec5477c
commit 35dc72cd51
1 changed files with 24 additions and 5 deletions

View File

@ -4,22 +4,17 @@
tor-browser tor-browser
htop htop
wget wget
ripgrep
bat
monolith monolith
fd
freshfetch freshfetch
neofetch neofetch
dfc dfc
yt-dlp yt-dlp
(pkgs.callPackage ./custom/fortune-kind-custom.nix {}) (pkgs.callPackage ./custom/fortune-kind-custom.nix {})
fend
timg timg
graphviz graphviz
nix-output-monitor nix-output-monitor
npins npins
(pkgs.callPackage ./custom/uv.nix {}) (pkgs.callPackage ./custom/uv.nix {})
gcc
exercism exercism
pandoc pandoc
act act
@ -29,5 +24,29 @@
wl-clipboard wl-clipboard
neocities neocities
deno deno
# from "mort.io/blog/nu-posix"
bat # better cat
bottom # btm ~ better top, htop, etc
broot # interactive directory navigation
chafa # terminal graphics viewer
ctpv # terminal file previewer
cyme # better `lsusb`
delta # better syntax highlighting diff
dua # disk usage, interactively
eza # improved `ls`
fd # `find` replacement
fend # better CLI calculator
hexyl # hex pretty printer
htop # graphical top
iotop # io top
jujutsu # better git
just # updated gnumake replacement
procs # better ps
ripgrep # rg ~ `grep` replacement
sudo-rs # memory-safe `sudo`
uutils-coreutils-noprefix # replaces GNU `coreutils`
viddy # better watch
]; ];
} }