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

51 lines
535 B
Nix

{
pkgs,
...
}: {
home.packages = with pkgs; [
yazi # terminal file manager
# archives
zip
xz
unzip
p7zip
# utils
tmux
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
];
}