mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
feat: generate mandb cache to use apropos and whatis
This commit is contained in:
@@ -9,6 +9,9 @@ in {
|
|||||||
{
|
{
|
||||||
boot.supportedFilesystems = [ "ntfs" ];
|
boot.supportedFilesystems = [ "ntfs" ];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
documentation.man.generateCaches = true;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
niveum.user = {
|
niveum.user = {
|
||||||
github = "kmein";
|
github = "kmein";
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
documentation.enable = false;
|
documentation.enable = false;
|
||||||
documentation.info.enable = false;
|
documentation.info.enable = false;
|
||||||
documentation.man.enable = false;
|
documentation.man.enable = false;
|
||||||
|
documentation.man.generateCaches = false;
|
||||||
fonts.fontconfig.enable = false;
|
fonts.fontconfig.enable = false;
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user