From c154e6689de542afa2d23f0b6a95288db8ee39a2 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Dec 2021 18:44:36 -0500 Subject: refactor(wpcarro): Define common.shell-utils DRYing up some of my configuration. Change-Id: I137692789426efc6a6c6880029e605813674fdbe Reviewed-on: https://cl.tvl.fyi/c/depot/+/4592 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/common.nix | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 users/wpcarro/common.nix (limited to 'users/wpcarro/common.nix') diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix new file mode 100644 index 0000000000..79e2eecf5a --- /dev/null +++ b/users/wpcarro/common.nix @@ -0,0 +1,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 + ]; +} -- cgit 1.4.1