diff --git a/index.html b/index.html index 1b4c512d..fe89f58c 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 62f7ee94..aa83faed 100644
--- a/options.html
+++ b/options.html
@@ -6451,6 +6451,20 @@ a key is bound (via bindings.default
or
false
Declared by:
<home-manager/modules/programs/qutebrowser.nix>
+ |
programs.qutebrowser.quickmarks
Quickmarks to add to qutebrowser's quickmarks
file.
+Note that when Home Manager manages your quickmarks, you cannot edit them at runtime.
+
Type: attribute set of strings
Default:
+
+ {
+
+ }
+
+
Example:
{ + nixpkgs = "https://github.com/NixOS/nixpkgs"; + home-manager = "https://github.com/nix-community/home-manager"; +} +
Declared by:
+ <home-manager/modules/programs/qutebrowser.nix>
|
programs.qutebrowser.searchEngines
Search engines that can be used via the address bar. Maps a search
engine name (such as DEFAULT
, or
ddg
) to a URL with a {}
diff --git a/tools.html b/tools.html
index 02684772..e7c5d72a 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -76,7 +76,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
.
@@ -141,7 +141,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -240,15 +240,15 @@
--verbose
Activates verbose output. -