From d0915d81403128897d23a0180b9819b55d639469 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 22 Nov 2020 12:22:47 +0000 Subject: [PATCH] deploy: a3a0f1289acac24ce2ffe0481bf8cabd3a6ccc64 --- index.html | 4 ++-- options.html | 8 +++++++- tools.html | 14 +++++++------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index beaf2cae..7b51b1ad 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 6c10e5d2..4204c5a9 100644 --- a/options.html +++ b/options.html @@ -7253,7 +7253,7 @@ manually set any options not listed above. <home-manager/modules/programs/vscode.nix>

programs.vscode.package

Version of Visual Studio Code to install.

Type: package

Default: - (build of vscode-1.51.0) + (build of vscode-1.51.1)

Example:

pkgs.vscodium

Declared by:

<home-manager/modules/programs/vscode.nix>
programs.vscode.extensions

The extensions Visual Studio Code should be started with. @@ -8471,6 +8471,12 @@ percent symbol). false

Example: true +

Declared by:

+ <home-manager/modules/services/emacs.nix> +
services.emacs.package

The Emacs package to use.

Type: package

Default: + if config.programs.emacs.enable then config.programs.emacs.finalPackage +else pkgs.emacs +

Declared by:

<home-manager/modules/services/emacs.nix>
services.emacs.client.enable

Whether to enable generation of Emacs client desktop file.

Type: boolean

Default: diff --git a/tools.html b/tools.html index 50363c77..784a9fed 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