2023-06-29 05:07:31 +02:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
config = {
|
|
|
|
manual = {
|
|
|
|
html.enable = true;
|
|
|
|
manpages.enable = true;
|
|
|
|
json.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
nmt.script = ''
|
2023-12-07 13:36:39 +01:00
|
|
|
assertFileExists home-path/share/doc/home-manager/index.xhtml
|
2023-06-29 05:07:31 +02:00
|
|
|
assertFileExists home-path/share/doc/home-manager/options.json
|
2023-12-16 07:44:35 +01:00
|
|
|
assertFileExists home-path/share/doc/home-manager/options.xhtml
|
|
|
|
assertFileExists home-path/share/doc/home-manager/nixos-options.xhtml
|
|
|
|
assertFileExists home-path/share/doc/home-manager/nix-darwin-options.xhtml
|
2023-12-16 06:49:25 +01:00
|
|
|
assertFileExists home-path/share/doc/home-manager/release-notes.xhtml
|
2023-11-23 15:18:27 +01:00
|
|
|
assertFileExists home-path/share/man/man1/home-manager.1
|
|
|
|
assertFileExists home-path/share/man/man5/home-configuration.nix.5
|
2023-06-29 05:07:31 +02:00
|
|
|
'';
|
|
|
|
};
|
|
|
|
}
|