dotfiles/modules/shell/utilities.nix
2022-04-28 19:20:46 -04:00

23 lines
211 B
Nix

{ config, pkgs, ... }: {
home.packages = with pkgs; [
unzip
rsync
fzf
ripgrep
bat
fd
exa
sd
zoxide
jq
tealdeer
gh
direnv
tree
htop
glow
];
}