about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index bd0679583044..8575067edc04 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.