Files
nix-config-v2/home/packages/common.nix
Wyatt J. Miller 4113b3ea57 added yazi
might add file later to add overrides and settings if needed
2025-06-28 15:51:24 -04:00

54 lines
562 B
Nix

{
lib,
pkgs,
...
}: {
home.packages = with pkgs; [
yazi # terminal file manager
# archives
zip
xz
unzip
p7zip
# utils
tmux
bat
lazygit
bottom
ripgrep
jq
yq-go
fzf
fh
aria2
yt-dlp
obsidian
vscode
weechat
inetutils
# misc
cowsay
file
which
tree
gnutar
gnupg
zoxide
babelfish
# language-specific package managers
nodejs
cargo
python3
# nix specific stuff
nixd
deadnix
alejandra
statix
];
}