mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni: add custom wrapper-manager modules into documentation
This commit is contained in:
parent
2c9b6bafc4
commit
f3e1638482
@ -21,7 +21,13 @@ in
|
|||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
inputs.self.nixosModules.wrapper-manager
|
inputs.self.nixosModules.wrapper-manager
|
||||||
{ wrapper-manager.documentation.manpage.enable = true; }
|
{
|
||||||
|
wrapper-manager.documentation.manpage.enable = true;
|
||||||
|
wrapper-manager.documentation.extraModules = [
|
||||||
|
../../modules/wrapper-manager
|
||||||
|
../../modules/wrapper-manager/_private
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
home-manager = {
|
home-manager = {
|
||||||
branch = "home-manager-unstable";
|
branch = "home-manager-unstable";
|
||||||
|
Loading…
Reference in New Issue
Block a user