From 2c6264ffc4da9dedb061ef7480696e8ae7f3802f Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 9 Jan 2013 21:08:04 +0100 Subject: common.nix: Add a few more system-wide packages. I use things like compression tools, psmisc (esp. fuser), file, vlock and htop as other users (well, "root" comes in mind ;-) as well, so it makes sense to make it available system-wide. Signed-off-by: aszlig --- common.nix | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'common.nix') 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; -- cgit 1.4.1