From e1e78f7abc42bed5a048baac5da0920ce031030e Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 29 Nov 2021 10:50:04 -0500 Subject: feat(gs/system): Install dev man pages I wanna be able to man libc stuff Change-Id: Ie38e6751af24ffcffa912621dc217dcef5c84dda --- users/grfn/system/system/modules/common.nix | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit 1.4.1