diff --git a/index.html b/index.html index bdfd79649..06449c785 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 16992314e..4acfde016 100644 --- a/options.html +++ b/options.html @@ -2568,9 +2568,15 @@ for the default configuration. <home-manager/modules/programs/broot.nix>
programs.broot.packagePackage providing broot
Type: package
Default: pkgs.broot
Declared by:
<home-manager/modules/programs/broot.nix>
- |
programs.broot.modalWhether to enable modal (vim) mode.
Type: boolean
Default: false
Example: true
Declared by:
+ |
programs.broot.settingsVerbatim config entries
Type: TOML value
Default:
+ {
+
+ }
+
Declared by:
<home-manager/modules/programs/broot.nix>
- |
programs.broot.skinColor configuration. +
programs.broot.settings.modalWhether to enable modal (vim) mode.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/broot.nix>
+ |
programs.broot.settings.skinColor configuration.
Complete list of keys (expected to change before the v1 of broot):
@@ -2599,7 +2605,7 @@ Add _fg for a foreground color and
}
Declared by:
<home-manager/modules/programs/broot.nix>
- |
programs.broot.verbsDefine new verbs. For more information, see +
programs.broot.settings.verbsDefine new verbs. For more information, see https://dystroy.org/broot/documentation/configuration/#verb-definition-attributes.
The possible attributes are: @@ -2612,22 +2618,6 @@ The possible attributes are:
Type: list of attribute set of (boolean or string)
Default:
[
- {
- execution = ":parent"; invocation = "p";
- }
-
- {
- execution = "$EDITOR {file}"; invocation = "edit"; shortcut = "e";
- }
-
- {
- execution = "$EDITOR {directory}/{subpath}"; invocation = "create {subpath}";
- }
-
- {
- execution = "less {file}"; invocation = "view";
- }
-
]
Example:
[
{ invocation = "p"; execution = ":parent"; }
@@ -2636,7 +2626,7 @@ The possible attributes are:
{ invocation = "view"; execution = "less {file}"; }
{
invocation = "blop {name}\\.{type}";
- execution = "/bin/mkdir {parent}/{type} && /usr/bin/nvim {parent}/{type}/{name}.{type}";
+ execution = "mkdir {parent}/{type} && ${pkgs.neovim}/bin/nvim {parent}/{type}/{name}.{type}";
from_shell = true;
}
]
diff --git a/release-notes.html b/release-notes.html
index 501259db1..c2cf3a553 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -112,9 +112,9 @@ For example,
The programs.waybar.settings option now allows defining modules directly under programs.waybar.settings.
For example,
programs.waybar.settings.modules."custom/my-module" = { };becomes
programs.waybar.settings."custom/my-module" = { };The 21.05 release branch became the stable branch in May, 2021.
This release has the following notable changes:
-The programs.broot.verbs option is now a list rather than an
+The ‘opt-programs.broot.verbs` option is now a list rather than an
attribute set. To migrate, move the keys of the attrset into the list
-items' invocation keys. For example,
+items’ invocation keys. For example,
programs.broot.verbs = {
"p" = { execution = ":parent"; };
};becomes
programs.broot.verbs = [ diff --git a/tools.html b/tools.html index 24145d305..b2fed3ed6 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.nixor~/.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--verboseActivates verbose output. -