1

Generate documentation for my modules

This commit is contained in:
2023-04-26 13:09:57 +02:00
parent 9a457490d4
commit e3e323924e
3 changed files with 71 additions and 2 deletions

View File

@ -413,8 +413,13 @@ rec {
# Use NixCommunity binary cache
cachix
# Generate documentation
modules-options-doc
];
home.file.".options-doc".source = "${pkgs.modules-options-doc}";
# Packages with extra options managed by HomeManager natively
programs = {
home-manager.enable = true;