about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--collections/aszlig.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/collections/aszlig.nix b/collections/aszlig.nix
index e2b437a3..085e3214 100644
--- a/collections/aszlig.nix
+++ b/collections/aszlig.nix
@@ -20,7 +20,7 @@ with pkgs;
   ];
 
   shell = [
-    zsh dash
+    dash
     taskwarrior
     screen
     figlet
@@ -33,7 +33,6 @@ with pkgs;
     w3m
     fbida
     mutt
-    vlock
     rlwrap
   ];
 
@@ -56,7 +55,6 @@ with pkgs;
     gitFull
     gdb
     gnumake
-    vim_configurable
     ltrace strace
     valgrind
   ];