From 55ab2ce64d9849a94f0f597761b9a3aa735c6458 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 9 May 2025 19:26:12 -0700 Subject: do not try to be smart --- nix/users/fcuny/shell.nix | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) (limited to 'nix') diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index efcbae5..e155169 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -10,28 +10,20 @@ in home.packages = with pkgs; [ - # encryption - age - - # shell - shellcheck - - # shell utils - coreutils - direnv - dust - procs - ripgrep - tree - wget - - # network - bandwhich - - # data manipulation - jless - jq - yq + age # encryption tool + bandwhich # bandwhich - a better ifconfig + bottom # btm - a better top + coreutils # GNU core utilities + direnv # direnv - directory environment tool + dust # dust - a more intuitive du + jless # jless - a better cat + jq # jq - a better json + procs # procs - a better ps + ripgrep # ripgrep - a better grep + shellcheck # shell script linter + tree # tree - a better ls + wget # wget - another download tool + yq # yq - a better yaml ] ++ (lib.optionals (isLinux) [ htop ]); -- cgit v1.2.3