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.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/programs/shell.nix b/modules/programs/shell.nix
index ab55e0c..cf36a11 100644
--- a/modules/programs/shell.nix
+++ b/modules/programs/shell.nix
@@ -12,8 +12,8 @@
   environment.systemPackages = with pkgs; [
     pv
     fd
+    unstable.sd
     entr
-    exa
     file
     htop
     lsof
@@ -23,7 +23,6 @@
     mtr
     tree
     zip
-    unzip
     telnet
   ] ++ (
   if !stdenv.isDarwin