diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-11-29T15·50-0500 |
---|---|---|
committer | Griffin Smith <grfn@gws.fyi> | 2021-11-29T15·50-0500 |
commit | e1e78f7abc42bed5a048baac5da0920ce031030e (patch) | |
tree | a28fc1fbf00dcd8b45e1e96ebea8f6d80764fcd8 /users/grfn | |
parent | f1a75e88cf42c3da229e49a78b264cb02cca2115 (diff) |
feat(gs/system): Install dev man pages r/3113
I wanna be able to man libc stuff Change-Id: Ie38e6751af24ffcffa912621dc217dcef5c84dda
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/system/system/modules/common.nix | 5 |
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 741b0473a5a9..a91584680d52 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; |