From 8e9beabee821f2fcaaaa7efb77f7709d837e4f45 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 12 Nov 2017 15:49:09 +0100 Subject: shell: Add some "modern" utilities --- modules/programs/shell.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/programs/shell.nix') diff --git a/modules/programs/shell.nix b/modules/programs/shell.nix index 54d54e3..dc85ccc 100644 --- a/modules/programs/shell.nix +++ b/modules/programs/shell.nix @@ -12,6 +12,9 @@ environment.systemPackages = with pkgs; [ vim pv + fd + entr + exa file htop lsof @@ -26,5 +29,7 @@ zip unzip telnet + + haskellPackages.una ]; } -- cgit 1.4.1