diff --git a/index.html b/index.html index f0f3c3d17..89983291a 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 cf766810c..b9f94db83 100644 --- a/options.html +++ b/options.html @@ -13836,8 +13836,14 @@ the desktop.
Declared by:
<home-manager/modules/services/window-managers/bspwm/default.nix>
- |
xsession.windowManager.commandWindow manager start command. -
Type: string
Example:
let +
xsession.windowManager.commandCommand to use to start the window manager. +
+The default value allows integration with NixOS' generated xserver configuration. +
+Extra actions and commands can be specified in xsession.initExtra.
+
Type: string
Default:
+ ''test -n "$1" && eval "$@"''
+
Example:
let
xmonad = pkgs.xmonad-with-packages.override {
packages = self: [ self.xmonad-contrib self.taffybar ];
};
diff --git a/tools.html b/tools.html
index a0cf41c3f..2f0486607 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
|
@@ -80,7 +80,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.
@@ -149,7 +149,7 @@
available for immediate garbage collection.
-
Options
The tool accepts the options
-
-A attrPath
@@ -253,15 +253,15 @@
--verbose
Activates verbose output.
-