nix-config-v2/home/packages/common.nix

56 lines
586 B
Nix
Raw Permalink Normal View History

2024-12-18 19:09:28 -06:00
{
lib,
pkgs,
...
}: {
2024-10-31 21:56:43 -05:00
home.packages = with pkgs; [
nnn # terminal file manager
# archives
zip
xz
unzip
p7zip
# utils
zellij
tmux
bat
lazygit
bottom
ripgrep
jq
yq-go
fzf
fh
aria2
yt-dlp
obsidian
vscode
weechat
inetutils
2024-10-31 21:56:43 -05:00
# misc
cowsay
file
which
tree
gnutar
gnupg
nerdfonts
zoxide
babelfish
# language-specific package managers
nodejs
cargo
python3
# nix specific stuff
nixd
deadnix
alejandra
statix
];
}