1

Generate documentation for my modules

This commit is contained in:
2023-04-26 13:09:57 +02:00
parent 52c30a5d28
commit cf558aa5e1
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;