diff --git a/index.html b/index.html index 018fcaf5..5f3d42b4 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/release-notes.html b/release-notes.html
index 53af7372..d1ea95ab 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -24,7 +24,10 @@ Rofi version 1.7.0 removed many options that were used by the module and replace
changes are only active if the home.stateVersion
option is set to
"21.11" or later.
home.keyboard
option now defaults to null
, meaning that Home Manager won’t do any keyboard layout management. For example, setxkbmap
won’t be run in X sessions.
-The 21.05 release branch became the stable branch in May, 2021.
This release has the following notable changes:
+
+The programs.pet.settings
option no longer place its value inside a General
attribute.
+For example, is you before had
+
programs.pet.settings.editor = "nvim";
then you now need
programs.pet.settings.General.editor = "nvim";
The 21.05 release branch became the stable branch in May, 2021.
This release has the following notable changes:
The programs.broot.verbs
option is now a list rather than an
attribute set. To migrate, move the keys of the attrset into the list
items' invocation
keys. For example,
diff --git a/tools.html b/tools.html
index 6234ef56..dc0f6086 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. -