diff --git a/modules/manual.nix b/modules/manual.nix index 0a947914..4736726f 100644 --- a/modules/manual.nix +++ b/modules/manual.nix @@ -60,9 +60,19 @@ in }; config = mkIf config.manual.manpages.enable { - # To fix error during manpage build. - meta.doc = builtins.toFile "nothingness" ""; - home.packages = [ homeEnvironmentManPages ]; }; + + # To fix error during manpage build. + meta.doc = builtins.toFile "nothingness" '' + + this is just to make the docs compile + + + + ''; }