1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: generate mandb cache to use apropos and whatis

This commit is contained in:
2020-10-28 11:34:13 +01:00
parent 423cb074a0
commit 6bfaf551d2
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ in {
{
boot.supportedFilesystems = [ "ntfs" ];
}
{
documentation.man.generateCaches = true;
}
{
niveum.user = {
github = "kmein";

View File

@@ -3,6 +3,7 @@
documentation.enable = false;
documentation.info.enable = false;
documentation.man.enable = false;
documentation.man.generateCaches = false;
fonts.fontconfig.enable = false;
nix.gc.automatic = true;
nix.optimise.automatic = true;