develop: move compression tools to zsh profile

This commit is contained in:
Timothy DeHerrera 2019-12-15 00:27:41 -07:00
parent ab896c6dd7
commit b05b75bcfd
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
2 changed files with 10 additions and 9 deletions

View file

@ -18,21 +18,15 @@
};
environment.systemPackages = with pkgs; [
bzip2
file
git-crypt
gnupg
htop
less
gzip
file
lrzip
ncdu
p7zip
tokei
tig
unrar
unzip
tokei
wget
xz
];
programs.thefuck.enable = true;

View file

@ -41,10 +41,17 @@ in
};
systemPackages = with pkgs; [
bzip2
direnv
gitAndTools.hub
gzip
lrzip
p7zip
skim
unrar
unzip
zsh-completions
xz
];
};