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
1. Installing Home Manager
1.1. Standalone installation
1.2. NixOS module
1.3. nix-darwin module
2. Writing Home Manager Modules
2.1. Option Types
3. Contributing
3.1. Getting started
3.2. Guidelines
3.2.1. Maintain backward compatibility
3.2.2. Keep forward compatibility in mind
3.2.3. Add only valuable options
3.2.4. Add relevant tests
3.2.5. Add relevant documentation
3.2.6. Add yourself as a module maintainer
3.2.7. Format your code
3.2.8. Format your commit messages
3.2.9. Format your news entries
3.2.10. Use conditional modules and news
3.2.11. Mind the license
3.3. Commits
3.4. Code Style
3.5. News
3.6. Tests
4. Frequently Asked Questions (FAQ)
4.1. Why is there a collision error when switching generation?
4.2. Why are the session variables not set?
4.3. How do set up a configuration for multiple users/machines?
4.4. Why do I get an error message about ca.desrt.dconf?
4.5. How do I install packages from Nixpkgs unstable?
4.6. How do I override the package used by a module?
A. Configuration Options
B. Tools
home-manager - — reconfigure a user environment
C. Release Notes
C.1. Release 21.03
C.1.1. Highlights
C.1.2. State Version Changes
C.2. Release 20.09
C.2.1. Highlights
C.2.2. State Version Changes
C.3. Release 20.03
C.3.1. Highlights
C.3.2. State Version Changes
C.4. Release 19.09
C.4.1. Highlights
C.4.2. State Version Changes
C.5. Release 19.03
C.5.1. Highlights
C.5.2. State Version Changes
C.6. Release 18.09

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