about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix13
1 files changed, 10 insertions, 3 deletions
diff --git a/common.nix b/common.nix
index 75d9a0fd..cf226d3f 100644
--- a/common.nix
+++ b/common.nix
@@ -133,10 +133,17 @@
 
   environment.nix = pkgs.nixUnstable;
   environment.systemPackages = with pkgs; [
-    zsh
-    wget
-    vim_configurable
     cacert
+    file
+    htop
+    psmisc
+    unrar
+    unzip
+    vim_configurable
+    vlock
+    wget
+    xz
+    zsh
   ];
 
   nixpkgs.config = import ./nixpkgs/config.nix;