all repos — archive/nixos-configuration @ 8e9beabee821f2fcaaaa7efb77f7709d837e4f45

Superseded by nixfiles

shell: Add some "modern" utilities

Alan Pearce
commit

8e9beabee821f2fcaaaa7efb77f7709d837e4f45

parent

b7f9088955ebbc58eeaef17f6036cb20b702371c

1 file 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 ]; }