This commit is contained in:
krizej 2024-10-16 08:47:35 +02:00
parent dcd8b1f219
commit 802f1b5c27

View file

@ -10,7 +10,7 @@ in {
default = true; default = true;
}; };
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
documentation = { documentation = {
enable = true; enable = true;
@ -32,6 +32,7 @@ in {
man man
man-pages man-pages
man-pages-posix man-pages-posix
libbsd # bsd man pages
]; ];
}; };
} }