mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
home-manager: exclude home-manager options docs
This commit is contained in:
parent
f71e4d96ff
commit
763c7d6b06
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE.
|
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||||
|
|
||||||
{ config, lib, pkgs, home-manager-path, ... }:
|
{ config, lib, pkgs, home-manager-path, ... }:
|
||||||
|
|
||||||
|
|
@ -51,6 +51,8 @@ in
|
||||||
config = mkOption {
|
config = mkOption {
|
||||||
type = types.nullOr hmModule;
|
type = types.nullOr hmModule;
|
||||||
default = null;
|
default = null;
|
||||||
|
# Prevent the entire submodule being included in the documentation.
|
||||||
|
visible = "shallow";
|
||||||
description = "Home Manager configuration.";
|
description = "Home Manager configuration.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue