summary refs log tree commit diff stats
path: root/modules/programs/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2018-10-19 10:41:18 +0200
committerAlan Pearce2018-10-19 10:41:18 +0200
commite30c6624e41d8b8b55085897a57f9c9c0c6c3edf (patch)
tree12fd7f66752f3867f80a95dada72e1dda32304ee /modules/programs/shell.nix
parent726b9219e5040acde663a5a800f1228ff92140df (diff)
parent64afe906dc73e7cb6f88ab9d52dd1203d06eb5c8 (diff)
downloadnixos-configuration-e30c6624e41d8b8b55085897a57f9c9c0c6c3edf.tar.lz
nixos-configuration-e30c6624e41d8b8b55085897a57f9c9c0c6c3edf.tar.zst
nixos-configuration-e30c6624e41d8b8b55085897a57f9c9c0c6c3edf.zip
Merge branch 'master' of https://git.alanpearce.eu/nixos-configuration
Diffstat (limited to 'modules/programs/shell.nix')
-rw-r--r--modules/programs/shell.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/programs/shell.nix b/modules/programs/shell.nix
index 33ee27d..b7bbd8f 100644
--- a/modules/programs/shell.nix
+++ b/modules/programs/shell.nix
@@ -5,9 +5,6 @@
     promptInit = "";
   };
   programs.bash.enableCompletion = true;
-  programs.xonsh = {
-    enable = true;
-  };
 
   environment.systemPackages = with pkgs; [
     vim
@@ -19,12 +16,9 @@
     htop
     lsof
     iftop
-    iotop
     nmap
-    netperf
     moreutils
     mtr
-    psmisc
     tree
     zip
     unzip