about summary refs log tree commit diff
path: root/collections/aszlig.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-06-07 08:42:55 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-06-07 08:42:55 +0200
commitdfe6a6dc1dd060f61954b34da78f18d4ec4a9d18 (patch)
treef08ebe6679120ba11c778965b4b4e216af81f19e /collections/aszlig.nix
parent067c2744338a309f1bd717d74ebbe7a5d1918aec (diff)
collections: Remove pkgs already in common.nix.
It doesn't really make sense to put them in two environments, so let's remove
them from aszlig-env.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'collections/aszlig.nix')
-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
   ];