From 7264bf26c9822840befb4c0c7bcebb3f1fe08407 Mon Sep 17 00:00:00 2001 From: berbiche Date: Sun, 21 Feb 2021 06:03:12 +0000 Subject: [PATCH] deploy: 82d6ba7003fcf51e9a5b71ab1923e18d5c00fd6f --- index.html | 4 ++-- nix-darwin-options.html | 18 ++++++++++++++++++ nixos-options.html | 18 ++++++++++++++++++ tools.html | 14 +++++++------- 4 files changed, 45 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 71fe324e5..0a3085d85 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -Home Manager Manual

Home Manager Manual


Preface

+Home Manager Manual

Home Manager Manual


Preface

This manual will eventually describes how to install, use, and extend Home Manager.

diff --git a/nix-darwin-options.html b/nix-darwin-options.html index aca8d976d..389ce1a60 100644 --- a/nix-darwin-options.html +++ b/nix-darwin-options.html @@ -7,6 +7,24 @@ file extension rather than exiting with an error. "backup"

Declared by:

<home-manager/nix-darwin/default.nix> +
home-manager.extraSpecialArgs

Extra specialArgs passed to Home Manager. +

Type: attribute set

Default: + + { + + } + +

Example:

{ modulesPath = ../modules; }

Declared by:

+ <home-manager/nix-darwin/default.nix> +
home-manager.sharedModules

Extra modules added to all users. +

Type: list of attribute set or function that evaluates to a(n) attrs or paths

Default: + + [ + + ] + +

Example:

[ { home.packages = [ nixpkgs-fmt ]; } ]

Declared by:

+ <home-manager/nix-darwin/default.nix>
home-manager.useGlobalPkgs

Whether to enable using the system configuration's pkgs argument in Home Manager. This disables the Home Manager options nixpkgs.* diff --git a/nixos-options.html b/nixos-options.html index 625563ffe..fb9b23981 100644 --- a/nixos-options.html +++ b/nixos-options.html @@ -7,6 +7,24 @@ file extension rather than exiting with an error. "backup"

Declared by:

<home-manager/nixos/default.nix> +
home-manager.extraSpecialArgs

Extra specialArgs passed to Home Manager. +

Type: attribute set

Default: + + { + + } + +

Example:

{ modulesPath = ../modules; }

Declared by:

+ <home-manager/nixos/default.nix> +
home-manager.sharedModules

Extra modules added to all users. +

Type: list of attribute set or function that evaluates to a(n) attrs or paths

Default: + + [ + + ] + +

Example:

[ { home.packages = [ nixpkgs-fmt ]; } ]

Declared by:

+ <home-manager/nixos/default.nix>
home-manager.useGlobalPkgs

Whether to enable using the system configuration's pkgs argument in Home Manager. This disables the Home Manager options nixpkgs.* diff --git a/tools.html b/tools.html index e8eaaeb63..aa6ea275c 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix D. Tools

Appendix D. Tools

home-manager - — reconfigure a user environment

Name

home-manager +Appendix D. Tools

Appendix D. Tools

home-manager + — reconfigure a user environment

Name

home-manager — reconfigure a user environment

Synopsis

home-manager { build | @@ -72,7 +72,7 @@ | --verbose } - ]

Description

+ ]

Description

This command updates the user environment so that it corresponds to the configuration specified in ~/.config/nixpkgs/home.nix.

@@ -137,7 +137,7 @@ available for immediate garbage collection.

-

Options

+

Options

The tool accepts the options

-A attrPath @@ -226,15 +226,15 @@ --verbose

Activates verbose output. -

Files

+

Files

~/.local/share/home-manager/news-read-ids

Identifiers of news items that have been shown. Can be deleted to reset the read news indicator. -

Bugs

+

Bugs

Please report any bugs on the project issue tracker. -

See also

+

See also

home-configuration.nix(5)

\ No newline at end of file