shell: Add some "modern" utilities
Alan Pearce alan@alanpearce.eu
Sun, 12 Nov 2017 15:49:09 +0100
1 files 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 ]; }