docs: NixOS and nix-darwin option documentation
This commit is contained in:
@@ -36,7 +36,7 @@ in
|
||||
home-manager = {
|
||||
useUserPackages = mkEnableOption ''
|
||||
installation of user packages through the
|
||||
<option>users.users.‹name?›.packages</option> option.
|
||||
<option>users.users.<name?>.packages</option> option.
|
||||
'';
|
||||
|
||||
useGlobalPkgs = mkEnableOption ''
|
||||
@@ -60,6 +60,9 @@ in
|
||||
users = mkOption {
|
||||
type = types.attrsOf hmModule;
|
||||
default = {};
|
||||
# Set as not visible to prevent the entire submodule being included in
|
||||
# the documentation.
|
||||
visible = false;
|
||||
description = ''
|
||||
Per-user Home Manager configuration.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user