diff --git a/docs/man/default.nix b/docs/man/default.nix index 50789a6d..75243700 100644 --- a/docs/man/default.nix +++ b/docs/man/default.nix @@ -8,12 +8,10 @@ pandoc, }: let - markdownSections = - lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages - ++ [ - ../user-guide/faq.md - ../user-guide/config-examples.md - ]; + markdownSections = [ + ../user-guide/faq.md + ../user-guide/config-examples.md + ] ++ lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages; manHeader = runCommand "nixvim-general-doc-manpage" {