From a1115c3246940ff78c9d5767fdefb32d6a0167f6 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 30 Apr 2021 22:13:04 +0000 Subject: [PATCH] deploy: 2eed1380266cf6d0f48a90ba24131fc8f65a4f61 --- index.html | 4 ++-- options.html | 40 ++++++++++++++++++++++++++++++++++++++++ tools.html | 14 +++++++------- 3 files changed, 49 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index b0ac332b0..d9555634c 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 a087d1596..8b47151b2 100644 --- a/options.html +++ b/options.html @@ -8725,6 +8725,46 @@ but are substituted anywhere on a line. "adwaita-dark"

Related packages:

  • pkgs.adwaita-qt (adwaita-qt-1.1.4): A style to bend Qt applications to look like they belong into GNOME Shell

  • pkgs.libsForQt5.qtstyleplugins (qtstyleplugins-unstable-2017-03-11): Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique

Declared by:

<home-manager/modules/misc/qt.nix> +
services.barrier.client.enable

Whether to enable Barrier Client daemon.

Type: boolean

Default: + false +

Example: + true +

Declared by:

+ <home-manager/modules/services/barrier.nix> +
services.barrier.client.enableCrypto

Whether to enable crypto (SSL) plugin.

Type: boolean

Default: + true +

Example: + true +

Declared by:

+ <home-manager/modules/services/barrier.nix> +
services.barrier.client.enableDragDrop

Whether to enable file drag & drop.

Type: boolean

Default: + false +

Example: + true +

Declared by:

+ <home-manager/modules/services/barrier.nix> +
services.barrier.client.extraFlags

Additional flags to pass to barrierc. +See barrierc --help. +

Type: list of strings

Default: + [ "-f" ] +

Declared by:

+ <home-manager/modules/services/barrier.nix> +
services.barrier.client.name

Screen name of client. Defaults to hostname. +

Type: null or string

Default: + null +

Declared by:

+ <home-manager/modules/services/barrier.nix> +
services.barrier.client.server

Server to connect to formatted as +<host>[:<port>]. +Port defaults to 24800. +

Type: string

Declared by:

+ <home-manager/modules/services/barrier.nix> +
services.barrier.client.tray

Whether to enable the system tray icon.

Type: boolean

Default: + true +

Example: + true +

Declared by:

+ <home-manager/modules/services/barrier.nix>
services.blueman-applet.enable

Whether to enable the Blueman applet.

Note, for the applet to work, the 'blueman' service should diff --git a/tools.html b/tools.html index ac1f959b8..7097fcadd 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 | @@ -74,7 +74,7 @@ | --verbose } - ]

Description

+ ]

Description

This command updates the user environment so that it corresponds to the configuration specified in ~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.

@@ -139,7 +139,7 @@ available for immediate garbage collection.

-

Options

+

Options

The tool accepts the options

-A attrPath @@ -234,15 +234,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