feat(gs/system): Install dev man pages

I wanna be able to man libc stuff

Change-Id: Ie38e6751af24ffcffa912621dc217dcef5c84dda
This commit is contained in:
Griffin Smith 2021-11-29 10:50:04 -05:00
parent f1a75e88cf
commit e1e78f7abc

View file

@ -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;