about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-11-29T15·50-0500
committerGriffin Smith <grfn@gws.fyi>2021-11-29T15·50-0500
commite1e78f7abc42bed5a048baac5da0920ce031030e (patch)
treea28fc1fbf00dcd8b45e1e96ebea8f6d80764fcd8
parentf1a75e88cf42c3da229e49a78b264cb02cca2115 (diff)
feat(gs/system): Install dev man pages r/3113
I wanna be able to man libc stuff

Change-Id: Ie38e6751af24ffcffa912621dc217dcef5c84dda
-rw-r--r--users/grfn/system/system/modules/common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix
index 741b0473a5..a91584680d 100644
--- a/users/grfn/system/system/modules/common.nix
+++ b/users/grfn/system/system/modules/common.nix
@@ -32,8 +32,13 @@ with lib;
     lm_sensors
     dnsutils
     htop
+    man-pages
+    man-pages-posix
   ];
 
+  documentation.dev.enable = true;
+  documentation.man.generateCaches = true;
+
   services.openssh.enable = true;
 
   programs.ssh.startAgent = true;