summary refs log tree commit diff stats
path: root/modules/programs/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/shell.nix')
-rw-r--r--modules/programs/shell.nix5
1 files changed, 5 insertions, 0 deletions
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
   ];
 }