Generate documentation for my modules
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user