58 lines
631 B
Nix
Raw Normal View History

2024-12-18 20:09:28 -05:00
{
lib,
pkgs,
...
}: {
2024-10-31 22:56:43 -04: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 22:56:43 -04:00
# misc
cowsay
file
which
tree
gnutar
gnupg
nerdfonts
zoxide
babelfish
# language-specific package managers
nodejs
cargo
python3
2024-12-30 17:07:05 -05:00
jetbrains.rust-rover
jetbrains.rider
2024-10-31 22:56:43 -04:00
# nix specific stuff
nixd
deadnix
alejandra
statix
];
}