all repos — nixfiles @ 8e9beabee821f2fcaaaa7efb77f7709d837e4f45

System and user configuration, managed by nix and home-manager

shell: Add some "modern" utilities
Alan Pearce alan@alanpearce.eu
Sun, 12 Nov 2017 15:49:09 +0100
commit

8e9beabee821f2fcaaaa7efb77f7709d837e4f45

parent

b7f9088955ebbc58eeaef17f6036cb20b702371c

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M modules/programs/shell.nixmodules/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
   ];
 }