From 64590c539b514caa960cbd2660fd279fc91d6093 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 12 Mar 2023 20:09:56 -0400 Subject: [PATCH] reorder utilities alphabetically also add bc --- modules/common/shell/utilities.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/modules/common/shell/utilities.nix b/modules/common/shell/utilities.nix index 6f2d1a4..06eba0f 100644 --- a/modules/common/shell/utilities.nix +++ b/modules/common/shell/utilities.nix @@ -18,21 +18,22 @@ in { home-manager.users.${config.user} = { home.packages = with pkgs; [ - unzip # Extract zips + age # Encryption + bc # Calculator + dig # DNS lookup + fd # find + htop # Show system processes + inetutils # Includes telnet, whois + jq # JSON manipulation + lf # File viewer + qrencode # Generate qr codes rsync # Copy folders ripgrep # grep - fd # find sd # sed - jq # JSON manipulation tealdeer # Cheatsheets tree # View directory hierarchy - htop # Show system processes - qrencode # Generate qr codes vimv-rs # Batch rename files - dig # DNS lookup - lf # File viewer - inetutils # Includes telnet, whois - age # Encryption + unzip # Extract zips ]; programs.zoxide.enable = true; # Shortcut jump command