diff --git a/index.html b/index.html index 5f3d42b4f..615d3b18b 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/overrides.css b/overrides.css index 4c7d4a31b..feb961016 100644 --- a/overrides.css +++ b/overrides.css @@ -7,3 +7,8 @@ .calloutlist img { width: 1.5em; } + +/** The console prompt, e.g., `$` and `#` should not be selectable. */ +.programlisting.console .hljs-meta { + user-select: none; +} diff --git a/tools.html b/tools.html index dc0f60869..1f1a81904 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager {
build
|
@@ -82,7 +82,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.
@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -259,15 +259,15 @@
--verbose
Activates verbose output. -