Files
nix-config-v2/home/packages/common.nix
2025-10-30 17:34:55 -04:00

32 lines
287 B
Nix

{
pkgs,
...
}: {
home.packages = with pkgs; [
# archives
zip
xz
unzip
p7zip
# utils
yazi
tmux
bottom
ripgrep
jq
yq-go
fzf
aria2
gnupg
inetutils
# misc
file
which
tree
gnutar
babelfish
];
}