From e7efbeed6746b81ed6032702e3bffb4ec6e57b1d Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 16 Nov 2020 22:13:17 +0000 Subject: [PATCH] deploy: 964f69809533820a9be915c094cd20ead4ee5101 --- index.html | 4 ++-- options.html | 28 ++++++++++++++++++++-------- tools.html | 14 +++++++------- 3 files changed, 29 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 5f4c551d..88449fdf 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 066fed5c..6c10e5d2 100644 --- a/options.html +++ b/options.html @@ -7342,7 +7342,7 @@ overlay or set this option. Example overlay configuration: <home-manager/modules/programs/waybar.nix>

programs.waybar.package

Waybar package to use. Set to null to use the default module.

Type: package

Default: - ${pkgs.waybar} + "pkgs.waybar"

Declared by:

<home-manager/modules/programs/waybar.nix>
programs.waybar.settings

Configuration for Waybar, see https://github.com/Alexays/Waybar/wiki/Configuration @@ -7433,7 +7433,7 @@ of the windows or behind ("bottom"). 10

Declared by:

<home-manager/modules/programs/waybar.nix> -
programs.waybar.settings.*.modules

Modules configuration.

Type: attribute set of unspecifieds

Default: +

programs.waybar.settings.*.modules

Modules configuration.

Type: JSON value

Default: { @@ -7449,18 +7449,30 @@ of the windows or behind ("bottom"). }

Declared by:

<home-manager/modules/programs/waybar.nix> -
programs.waybar.settings.*.modules-center

Modules that will be displayed in the center.

Type: null or list of strings

Default: - null +

programs.waybar.settings.*.modules-center

Modules that will be displayed in the center.

Type: list of strings

Default: + + [ + + ] +

Example:

[ "sway/window" ]
 

Declared by:

<home-manager/modules/programs/waybar.nix> -
programs.waybar.settings.*.modules-left

Modules that will be displayed on the left.

Type: null or list of strings

Default: - null +

programs.waybar.settings.*.modules-left

Modules that will be displayed on the left.

Type: list of strings

Default: + + [ + + ] +

Example:

[ "sway/workspaces" "sway/mode" "wlr/taskbar" ]
 

Declared by:

<home-manager/modules/programs/waybar.nix> -
programs.waybar.settings.*.modules-right

Modules that will be displayed on the right.

Type: null or list of strings

Default: - null +

programs.waybar.settings.*.modules-right

Modules that will be displayed on the right.

Type: list of strings

Default: + + [ + + ] +

Example:

[ "mpd" "custom/mymodule#with-css-id" "temperature" ]
 

Declared by:

<home-manager/modules/programs/waybar.nix> diff --git a/tools.html b/tools.html index 2c4aab07..e768db2b 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