diff --git a/index.html b/index.html index a73c865e..15f08dd3 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 529a4b6f..27dda28f 100644 --- a/options.html +++ b/options.html @@ -8562,21 +8562,17 @@ for an example configuration. <home-manager/modules/services/fusuma.nix>
services.fusuma.settings
YAML config that will override the default fusuma configuration.
Type: YAML value
Example:
{ - enable = true; - extraPackages = with pkgs;[ xdotool ]; - config = { - threshold = { - swipe = 0.1; - }; - interval = { - swipe = 0.7; - }; - swipe = { - "3" = { - left = { - # GNOME: Switch to left workspace - command = "xdotool key ctrl+alt+Right"; - }; + threshold = { + swipe = 0.1; + }; + interval = { + swipe = 0.7; + }; + swipe = { + "3" = { + left = { + # GNOME: Switch to left workspace + command = "xdotool key ctrl+alt+Right"; }; }; }; diff --git a/tools.html b/tools.html index acaf795a..5ab1c17e 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix D. Tools
- home-manager - — reconfigure a user environment
Name
home-manager +
Appendix D. Tools
- home-manager + — reconfigure a user environment
Name
home-manager — reconfigure a user environment
Synopsis
home-manager
{ build | @@ -84,7 +84,7 @@ | --verbose } - ]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
.@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
Options
The tool accepts the options
-A
@@ -265,15 +265,15 @@attrPath
--verbose
Activates verbose output. -