diff --git a/index.html b/index.html index cf3bedfc..ee7a264f 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 b575a30b..13f7a355 100644 --- a/options.html +++ b/options.html @@ -1881,6 +1881,26 @@ The possible attributes are: <home-manager/modules/programs/chromium.nix>
programs.chromium.package
The Chromium package to use.
Type: package
Default: pkgs.chromium
Declared by:
<home-manager/modules/programs/chromium.nix>
+ |
programs.chromium.commandLineArgs
List of command-line arguments to be passed to Chromium. +
+Note this option does not have any effect when using a
+custom package for programs.chromium.package
.
+
+For a list of common switches, see +Chrome switches. +
+To search switches for other components, see +Chromium codesearch. +
Type: list of strings
Default:
+ [
+
+ ]
+
Example:
+ [
+ "--enable-logging=stderr" "--ignore-gpu-blocklist"
+ ]
+
Declared by:
+ <home-manager/modules/programs/chromium.nix>
|
programs.chromium.extensions
List of Chromium extensions to install. To find the extension ID, check its URL on the Chrome Web Store. diff --git a/tools.html b/tools.html index 5c0089e8..ea083877 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. -