diff options
Diffstat (limited to 'modules/programs')
-rw-r--r-- | modules/programs/shell.nix | 5 |
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 ]; } |