summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorAlan Pearce2018-10-13 21:25:51 +0200
committerAlan Pearce2018-10-13 21:25:51 +0200
commit38249638e6208c615a3ff8bc8e3b1d27c242a409 (patch)
tree7c109adb6310ed26bff8c3ee649eac981e618392 /modules
parent7777eb3da4de01eda010d3b9a65f59c03969379f (diff)
downloadnixos-configuration-38249638e6208c615a3ff8bc8e3b1d27c242a409.tar.lz
nixos-configuration-38249638e6208c615a3ff8bc8e3b1d27c242a409.tar.zst
nixos-configuration-38249638e6208c615a3ff8bc8e3b1d27c242a409.zip
Remove more unused programs
Diffstat (limited to 'modules')
-rw-r--r--modules/development/base.nix2
-rw-r--r--modules/programs/shell.nix6
2 files changed, 0 insertions, 8 deletions
diff --git a/modules/development/base.nix b/modules/development/base.nix
index a353db6..12145a5 100644
--- a/modules/development/base.nix
+++ b/modules/development/base.nix
@@ -7,11 +7,9 @@
     gitAndTools.hub
 
     editorconfig-core-c
-    multimarkdown
     go
     gocode
 
-    surf
     ldns
     httping
     wrk
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