about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;