From 96096f39f201409d62bd5bb825a9f3e0d2416895 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Oct 2017 22:13:33 +0200 Subject: [PATCH] feat: Install all standard man pages --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index bd0679583..8575067ed 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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.