Files
nix-config-v2/home/packages/common.nix
Wyatt J. Miller 739f2e125f wip: added obsidian
but waybar failed to build
2025-07-30 08:29:27 -04:00

52 lines
541 B
Nix

{
lib,
pkgs,
...
}: {
home.packages = with pkgs; [
yazi # terminal file manager
# archives
zip
xz
unzip
p7zip
# utils
tmux
lazygit
bottom
ripgrep
jq
yq-go
fzf
fh
aria2
yt-dlp
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
];
}