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

25 lines
296 B
Nix

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