shell: Add some "modern" utilities
1 file changed, 5 insertions(+), 0 deletions(-)
jump to
M modules/programs/shell.nix → modules/programs/shell.nix
@@ -12,6 +12,9 @@ environment.systemPackages = with pkgs; [ vim pv + fd + entr + exa file htop lsof@@ -26,5 +29,7 @@ tree zip unzip telnet + + haskellPackages.una ]; }