.hive/modules/home/zsh/tools.nix

24 lines
264 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
bat
fzf
git
htop
killall
neofetch
nix-search-cli
nix-tree
nixpkgs-fmt
pass
ranger
thefuck
unstable.mmtui
unzip
vim
w3m
wget
yt-dlp
zip
];
}