diff --git a/index.html b/index.html index 1ec1c103a..014539230 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 26eda2abb..5a26110e6 100644 --- a/options.html +++ b/options.html @@ -12258,6 +12258,54 @@ in "${xmonad}/bin/xmonad";
Declared by:
<home-manager/modules/xsession.nix>
+ |
xsession.windowManager.fluxbox.enable
Whether to enable Fluxbox window manager.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/window-managers/fluxbox.nix>
+ |
xsession.windowManager.fluxbox.package
Package to use for running Fluxbox WM.
Type: package
Default: pkgs.fluxbox
Declared by:
+ <home-manager/modules/services/window-managers/fluxbox.nix>
+ |
xsession.windowManager.fluxbox.apps
Apps configuration for Fluxbox, written to
+~/.fluxbox/apps
. Look at the
+fluxbox(1) manpage for details.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/services/window-managers/fluxbox.nix>
+ |
xsession.windowManager.fluxbox.extraCommandLineArgs
Extra command line arguments to pass to fluxbox. +Look at the +fluxbox(1) manpage for details. +
Type: list of string
Default:
+ [
+
+ ]
+
Example:
+ [
+ "-log" "/tmp/fluxbox.log"
+ ]
+
Declared by:
+ <home-manager/modules/services/window-managers/fluxbox.nix>
+ |
xsession.windowManager.fluxbox.init
Init configuration for Fluxbox, written to
+~/.fluxbox/init
. Look at the
+fluxbox(1) manpage for details.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/services/window-managers/fluxbox.nix>
+ |
xsession.windowManager.fluxbox.keys
Keyboard shortcuts configuration for Fluxbox, written to
+~/.fluxbox/keys
. Look at the
+fluxbox-keys(1) manpage for details.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/services/window-managers/fluxbox.nix>
+ |
xsession.windowManager.fluxbox.menu
Menu configuration for Fluxbox, written to
+~/.fluxbox/menu
. Look at the
+fluxbox-menu(1) manpage for details.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/services/window-managers/fluxbox.nix>
+ |
xsession.windowManager.fluxbox.slitlist
Slitlist configuration for Fluxbox, written to
+~/.fluxbox/slitlist
. Look at the
+fluxbox(1) manpage for details.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/services/window-managers/fluxbox.nix>
+ |
xsession.windowManager.fluxbox.windowmenu
Window menu configuration for Fluxbox, written to
+~/.fluxbox/windowmenu
. Look at the
+fluxbox-menu(1)
+manpage for details.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/services/window-managers/fluxbox.nix>
|
xsession.windowManager.herbstluftwm.enable
Whether to enable herbstluftwm window manager.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/window-managers/herbstluftwm.nix>
|
xsession.windowManager.herbstluftwm.package
Package providing the herbstluftwm and diff --git a/tools.html b/tools.html index 66814be3b..cd9c74ad1 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. -