develop: move compression tools to zsh profile
This commit is contained in:
parent
ab896c6dd7
commit
b05b75bcfd
@ -18,21 +18,15 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bzip2
|
file
|
||||||
git-crypt
|
git-crypt
|
||||||
|
gnupg
|
||||||
htop
|
htop
|
||||||
less
|
less
|
||||||
gzip
|
|
||||||
file
|
|
||||||
lrzip
|
|
||||||
ncdu
|
ncdu
|
||||||
p7zip
|
|
||||||
tokei
|
|
||||||
tig
|
tig
|
||||||
unrar
|
tokei
|
||||||
unzip
|
|
||||||
wget
|
wget
|
||||||
xz
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.thefuck.enable = true;
|
programs.thefuck.enable = true;
|
||||||
|
@ -41,10 +41,17 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
|
bzip2
|
||||||
direnv
|
direnv
|
||||||
gitAndTools.hub
|
gitAndTools.hub
|
||||||
|
gzip
|
||||||
|
lrzip
|
||||||
|
p7zip
|
||||||
skim
|
skim
|
||||||
|
unrar
|
||||||
|
unzip
|
||||||
zsh-completions
|
zsh-completions
|
||||||
|
xz
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user