From 07926924e16bc640c1fac23068ea5133c9dfb494 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 29 Nov 2020 22:28:01 +0000 Subject: [PATCH] deploy: c6263347de7eabf23aa2ebc73baa1a9565b80495 --- index.html | 4 ++-- options.html | 6 +++++- tools.html | 14 +++++++------- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 7b51b1ad5..02b1fdc87 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/options.html b/options.html index 4204c5a99..f34ef50cd 100644 --- a/options.html +++ b/options.html @@ -5989,7 +5989,7 @@ for options. <home-manager/modules/programs/rofi.nix>

programs.rofi.package

Package providing the rofi binary.

Type: package

Default: - (build of rofi-1.6.0) + (build of rofi-1.6.1)

Example:

pkgs.rofi.override { plugins = [ pkgs.rofi-emoji ]; };
 

Declared by:

<home-manager/modules/programs/rofi.nix> @@ -7765,6 +7765,10 @@ if the first character is a space. <home-manager/modules/programs/zsh.nix>
programs.zsh.initExtraBeforeCompInit

Extra commands that should be added to .zshrc before compinit.

Type: strings concatenated with "\n"

Default: "" +

Declared by:

+ <home-manager/modules/programs/zsh.nix> +
programs.zsh.initExtraFirst

Commands that should be added to top of .zshrc.

Type: strings concatenated with "\n"

Default: + ""

Declared by:

<home-manager/modules/programs/zsh.nix>
programs.zsh.localVariables

Extra local variables defined at the top of .zshrc. diff --git a/tools.html b/tools.html index 784a9fedf..b46242f52 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix B. Tools

Appendix B. Tools

home-manager - — reconfigure a user environment

Name

home-manager +Appendix B. Tools

Appendix B. 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