about summary refs log tree commit diff
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-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.