From 5eed5fb0d28f2cb98be69273725c1f78573fe179 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 5 Feb 2021 22:02:07 +0000 Subject: [PATCH] deploy: d4202875831a2d1b9dd3002d89b8c794af9e5a43 --- index.html | 4 ++-- options.html | 14 ++++++++++++-- tools.html | 14 +++++++------- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 44e327f0..749b826c 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 b6587d63..a4e734cd 100644 --- a/options.html +++ b/options.html @@ -7528,6 +7528,16 @@ overlay or set this option. Example overlay configuration: ]

Declared by:

<home-manager/modules/programs/vscode.nix> +
programs.vscode.keybindings.*.args

Optional arguments for a command.

Type: null or attribute set

Default: + null +

Example: + + { + direction = "up"; + } + +

Declared by:

+ <home-manager/modules/programs/vscode.nix>
programs.vscode.keybindings.*.command

The VS Code command to execute.

Type: string

Example: "editor.action.clipboardCopyAction"

Declared by:

@@ -7536,8 +7546,8 @@ overlay or set this option. Example overlay configuration: "ctrl+c"

Declared by:

<home-manager/modules/programs/vscode.nix> -
programs.vscode.keybindings.*.when

Optional context filter.

Type: string

Default: - "" +

programs.vscode.keybindings.*.when

Optional context filter.

Type: null or string

Default: + null

Example: "textInputFocus"

Declared by:

diff --git a/tools.html b/tools.html index 4ce2e272..b6e47631 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