diff --git a/index.html b/index.html index b0ac332b..d9555634 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index a087d159..8b47151b 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 ac1f959b..7097fcad 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -74,7 +74,7 @@
|
--verbose
}
- ]
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.
-
The tool accepts the options
-A attrPath
@@ -234,15 +234,15 @@
--verbose
Activates verbose output. -