develop: move compression tools to zsh profile
This commit is contained in:
parent
ab896c6dd7
commit
b05b75bcfd
|
@ -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;
|
||||
|
|
|
@ -41,10 +41,17 @@ in
|
|||
};
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
bzip2
|
||||
direnv
|
||||
gitAndTools.hub
|
||||
gzip
|
||||
lrzip
|
||||
p7zip
|
||||
skim
|
||||
unrar
|
||||
unzip
|
||||
zsh-completions
|
||||
xz
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue