feat: Install all standard man pages

This commit is contained in:
Vincent Ambo 2017-10-15 22:13:33 +02:00
parent 6dc6034bc8
commit 96096f39f2

View file

@ -26,7 +26,7 @@ in {
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
curl gnumake unzip openjdk gcc htop tree direnv tmux fish ripgrep
gnupg pass git
gnupg pass git manpages stdmanpages
];
# Enable the X11 windowing system.