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