l 2 base: add unpackers to pkgs

This commit is contained in:
lassulus 2016-04-09 14:16:21 +02:00
parent b8b7ba2890
commit c9529ca1e7

View File

@ -85,6 +85,8 @@ with config.krebs.lib;
MANPAGER=most
'';
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
#stockholm
git
@ -109,6 +111,11 @@ with config.krebs.lib;
#neat utils
krebspaste
#unpack stuff
p7zip
unzip
unrar
];
programs.bash = {