diff --git a/index.html b/index.html index dbf54f351..f4b2971a6 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.
@@ -361,7 +361,7 @@ a bare-minimum flake.nix would be as follows:
nixos-rebuild switch --flake <flake-uri>.
You can use the above flake.nix as a template in /etc/nixos by
$ nix flake new /etc/nixos -t github:nix-community/home-manager#nixos
The flake-based setup of the Home Manager nix-darwin module
is similar to that of NixOS. The flake.nix would be:
{
- description = "NixOS configuration";
+ description = "Darwin configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
diff --git a/tools.html b/tools.html
index 0c25fe2ae..2da44b9c9 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.nix or ~/.config/nixpkgs/flake.nix.
@@ -153,7 +153,7 @@
available for immediate garbage collection.
-
Options
The tool accepts the options
-
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output.
-