summary refs log tree commit diff stats
path: root/modules/programs
diff options
context:
space:
mode:
authorAlan Pearce2019-05-22 11:56:07 +0200
committerAlan Pearce2019-05-22 12:05:08 +0200
commit65d9fc0235e6826fd96dc4985f576ede143ac654 (patch)
tree1dd6f5ea8bf08844dbb7c7b09a5b5ec91ce9e868 /modules/programs
parentd3fdee22c4c7b4edd77791b31277296bd9c5714e (diff)
downloadnixos-configuration-65d9fc0235e6826fd96dc4985f576ede143ac654.tar.lz
nixos-configuration-65d9fc0235e6826fd96dc4985f576ede143ac654.tar.zst
nixos-configuration-65d9fc0235e6826fd96dc4985f576ede143ac654.zip
Add/remove packages
Diffstat (limited to 'modules/programs')
-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