From f5b7bb1dc7b4850afae09c76e8c4f08e44d7566a Mon Sep 17 00:00:00 2001 From: berbiche Date: Wed, 7 Apr 2021 17:18:30 +0000 Subject: [PATCH] deploy: 3a16ebdf726a7ba5abb073bb069fbe8344826e88 --- index.html | 4 ++-- tools.html | 24 ++++++++++++++++-------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index e22267fb..e3764446 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/tools.html b/tools.html index 1f66f800..dcc4e582 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 | @@ -27,6 +27,8 @@ -A attrPath ] [ -I path + ] [ + --flake flake-uri ] [ -b ext ] [ @@ -72,9 +74,9 @@ | --verbose } - ]

Description

+ ]

Description

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

All operations using this tool expects a sub-command that indicates the operation to perform. It must be one of @@ -137,7 +139,7 @@ available for immediate garbage collection.

-

Options

+

Options

The tool accepts the options

-A attrPath @@ -160,6 +162,12 @@ -I nixpkgs=/absolute/path/to/nixpkgs build. By default <nixpkgs> is used.

+ --flake flake-uri[#name] +

+ Build Home Manager configuration from the flake, which must contain the + output homeConfigurations.name. If no name is specified it will first try + username@hostname and then username. +

-b extension

Enable automatic resolution of collisions between unmanaged and managed @@ -226,15 +234,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