diff --git a/index.html b/index.html index a3b857d1a..c8e98fdd4 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 6f551d1ce..97d91155a 100644 --- a/options.html +++ b/options.html @@ -10044,6 +10044,24 @@ horizontally otherwise. <home-manager/modules/services/udiskie.nix>
services.udiskie.notify
Whether to show pop-up notifications.
Type: boolean
Default: true
Declared by:
<home-manager/modules/services/udiskie.nix>
+ |
services.udiskie.settings
Configuration written to
+$XDG_CONFIG_HOME/udiskie/config.toml
.
+
+See https://github.com/coldfix/udiskie/blob/master/doc/udiskie.8.txt#configuration +for the full list of options. +
Type: YAML value
Default:
+ {
+
+ }
+
Example:
{ + program_options = { + udisks_version = 2; + tray = true; + }; + icon_names.media = [ "media-optical" ]; +} +
Declared by:
+ <home-manager/modules/services/udiskie.nix>
|
services.udiskie.tray
Whether to display tray icon.
The options are diff --git a/tools.html b/tools.html index bdc6e097f..edeb8899c 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,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
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -