From e45c0727bd7dac9e0b2092e4793b4fcc20cf27f3 Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 1 Dec 2020 21:09:16 +0000 Subject: [PATCH] deploy: 44f9d68d8c21aecda1cde153b72af5e99d367afe --- index.html | 4 ++-- options.html | 47 ++++++++++++++++++++--------------------------- tools.html | 14 +++++++------- 3 files changed, 29 insertions(+), 36 deletions(-) diff --git a/index.html b/index.html index dcedfec88..d668d05df 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 f34ef50cd..9eeafa35f 100644 --- a/options.html +++ b/options.html @@ -83,7 +83,7 @@ then this is set to

Declared by:

<home-manager/modules/programs/astroid.nix>
accounts.email.accounts.<name>.astroid.extraConfig

Extra settings to add to this astroid account configuration. -

Type: attribute set

Default: +

Type: attribute set of anythings

Default: { @@ -1472,7 +1472,7 @@ message = Message from above ~/.config/alacritty/alacritty.yml. See https://github.com/jwilm/alacritty/blob/master/alacritty.yml for the default configuration. -

Type: attribute set

Default: +

Type: YAML value

Default: { @@ -1662,23 +1662,16 @@ See Declared by:

<home-manager/modules/programs/astroid.nix>
programs.astroid.extraConfig

JSON config that will override the default Astroid configuration. -

Type: attribute set

Default: +

Type: JSON value

Default: { } -

Example: - - { - poll = - { - interval = 0; - } - ; - } - -

Declared by:

+

Example:

{
+  poll.interval = 0;
+}
+

Declared by:

<home-manager/modules/programs/astroid.nix>
programs.astroid.pollScript

Script to run to fetch/update mails.

Type: string

Default: @@ -2090,7 +2083,7 @@ Can be used to specify extensions. <home-manager/modules/programs/beets.nix>

programs.beets.settings

Configuration written to ~/.config/beets/config.yaml -

Type: attribute set

Default: +

Type: YAML value

Default: { @@ -2331,7 +2324,7 @@ for options. See direnv.toml(1). for the full list of options. -

Type: attribute set

Default: +

Type: TOML value

Default: { @@ -2987,7 +2980,7 @@ matches. Allowed conditions are described in

Declared by:

<home-manager/modules/programs/git.nix>
programs.git.includes.*.contents

Configuration to include. If empty then a path must be given. -

Type: attribute set

Default: +

Type: attribute set of anythings

Default: { @@ -4672,7 +4665,7 @@ this option. <home-manager/modules/programs/matplotlib.nix>

programs.matplotlib.config

Add terms to the matplotlibrc file to control the default matplotlib behavior. -

Type: attribute set

Default: +

Type: attribute set of anythings

Default: { @@ -4766,7 +4759,7 @@ control the default matplotlib behavior. pkgs.mercurial

Declared by:

<home-manager/modules/programs/mercurial.nix> -
programs.mercurial.aliases

Mercurial aliases to define.

Type: attribute set

Default: +

programs.mercurial.aliases

Mercurial aliases to define.

Type: attribute set of anythings

Default: { @@ -4774,7 +4767,7 @@ control the default matplotlib behavior.

Declared by:

<home-manager/modules/programs/mercurial.nix> -
programs.mercurial.extraConfig

Additional configuration to add.

Type: attribute set or strings concatenated with "\n"

Default: +

programs.mercurial.extraConfig

Additional configuration to add.

Type: attribute set of anythings or strings concatenated with "\n"

Default: { @@ -5141,7 +5134,7 @@ and loads it from the store via nvim -u /nix/store This option is mutually exclusive with extraConfig and plugins. -

Type: attribute set

Default: +

Type: attribute set of anythings

Default: { @@ -5923,7 +5916,7 @@ prepending the search engine name to the search term, for example

programs.qutebrowser.settings

Options to add to qutebrowser config.py file. See https://qutebrowser.org/doc/help/settings.html for options. -

Type: attribute set

Default: +

Type: attribute set of anythings

Default: { @@ -6659,7 +6652,7 @@ path to a theme configuration file. <home-manager/modules/programs/taskwarrior.nix>

programs.taskwarrior.config

Key-value configuration written to ~/.taskrc. -

Type: attribute set

Default: +

Type: attribute set of anythings

Default: { @@ -7098,7 +7091,7 @@ is possible to override the sensible settings using the pkgs.rxvt_unicode

Declared by:

<home-manager/modules/programs/urxvt.nix> -
programs.urxvt.extraConfig

Additional configuration to add.

Type: attribute set

Default: +

programs.urxvt.extraConfig

Additional configuration to add.

Type: attribute set of anythings

Default: { @@ -7322,7 +7315,7 @@ overlay or set this option. Example overlay configuration: <home-manager/modules/programs/vscode.nix>

programs.vscode.userSettings

Configuration written to Visual Studio Code's settings.json. -

Type: attribute set

Default: +

Type: JSON value

Default: { @@ -8450,7 +8443,7 @@ percent symbol). "pkgs.dwm-status.override { enableAlsaUtils = false; }"

Declared by:

<home-manager/modules/services/dwm-status.nix> -
services.dwm-status.extraConfig

Extra config of dwm-status.

Type: attribute set

Default: +

services.dwm-status.extraConfig

Extra config of dwm-status.

Type: JSON value

Default: { @@ -8832,7 +8825,7 @@ key in ~/.config/grobi.conf. 2

Declared by:

<home-manager/modules/services/hound.nix> -
services.hound.repositories

The repository configuration.

Type: attribute set of attribute sets

Default: +

services.hound.repositories

The repository configuration.

Type: attribute set of JSON values

Default: { diff --git a/tools.html b/tools.html index 8d60f47cf..d3a2a88d2 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