# Packages I tend to use { pkgs }: pkgs.buildEnv { name = "riley-user-utils"; paths = with pkgs; [ ripgrep bottom delta skim exa bat lf fd ]; }