diff --git a/index.html b/index.html index b0ac332b0..d9555634c 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 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.enableWhether to enable Barrier Client daemon.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/services/barrier.nix>
+ |
services.barrier.client.enableCryptoWhether to enable crypto (SSL) plugin.
Type: boolean
Default:
+ true
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/services/barrier.nix>
+ |
services.barrier.client.enableDragDropWhether to enable file drag & drop.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/services/barrier.nix>
+ |
services.barrier.client.extraFlagsAdditional 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.nameScreen name of client. Defaults to hostname. +
Type: null or string
Default:
+ null
+
Declared by:
+ <home-manager/modules/services/barrier.nix>
+ |
services.barrier.client.serverServer to connect to formatted as
+<host>[:<port>].
+Port defaults to 24800.
+
Type: string
Declared by:
+ <home-manager/modules/services/barrier.nix>
+ |
services.barrier.client.trayWhether to enable the system tray icon.
Type: boolean
Default:
+ true
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/services/barrier.nix>
|
services.blueman-applet.enableWhether 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 @@ -
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. -