1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{ pkgs, ... }: { # Command-line tools I commonly used and want available on most (or all) of my # machines. shell-utils = with pkgs; [ bat dig direnv diskus emacs exa fd fzf git jq mkpasswd nmap python3 ripgrep tldr tokei tree vim xclip ]; }