diff --git a/index.html b/index.html index 4c7c5c55c..34cf65e18 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 63a24870f..769d5cafe 100644 --- a/options.html +++ b/options.html @@ -2837,6 +2837,35 @@ handles extension side-loading.
Declared by:
<home-manager/modules/programs/firefox.nix>
+ |
programs.firefox.profiles.<name>.bookmarks
Preloaded bookmarks. Note, this may silently overwrite any +previously existing bookmarks! +
Type: attribute set of submodules
Default:
+
+ {
+
+ }
+
+
Example:
{ + wikipedia = { + keyword = "wiki"; + url = "https://en.wikipedia.org/wiki/Special:Search?search=%s&go=Go"; + }; + "kernel.org" = { + url = "https://www.kernel.org"; + }; +} +
Declared by:
+ <home-manager/modules/programs/firefox.nix>
+ |
programs.firefox.profiles.<name>.bookmarks.<name>.keyword
Bookmark search keyword.
Type: null or string
Default:
+ null
+
Declared by:
+ <home-manager/modules/programs/firefox.nix>
+ |
programs.firefox.profiles.<name>.bookmarks.<name>.name
Bookmark name.
Type: string
Default:
+ "‹name›"
+
Declared by:
+ <home-manager/modules/programs/firefox.nix>
+ |
programs.firefox.profiles.<name>.bookmarks.<name>.url
Bookmark url, use %s for search terms.
Type: string
Declared by:
+ <home-manager/modules/programs/firefox.nix>
|
programs.firefox.profiles.<name>.extraConfig
Extra preferences to add to user.js
.
Type: strings concatenated with "\n"
Default: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -151,7 +151,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
""
diff --git a/tools.html b/tools.html
index 97bdc20f3..24dc02cca 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -82,7 +82,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
Options
-A
@@ -259,15 +259,15 @@
attrPath
--verbose