home/base: add some common packages

This commit is contained in:
NullBite 2025-01-09 02:20:05 -05:00
parent 8c15a71cec
commit 8e1074bfc0
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -98,6 +98,10 @@ in
grc
fzf
pv
jq
lsof
xxd
shellcheck
# for icat on all systems
kitty.kitten
@ -111,6 +115,7 @@ in
# pretty
hyfetch
neofetch-hyfetch-shim
fastfetch
# files
restic
@ -118,6 +123,19 @@ in
rmlint
ncdu
# compression
atool-wrapped
lzip
plzip
lzop
xz
zip
unzip
arj
rpm
cpio
p7zip
# other utilities
tmux
mosh
@ -125,7 +143,7 @@ in
htop
zoxide
asciinema
mtr
];
};
}