diff --git a/index.html b/index.html index 70607bee3..b3658b5a7 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describes how to install, use, and extend Home Manager.
@@ -59,10 +59,10 @@
if you are following Nixpkgs master or an unstable channel and
-$
nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.03.tar.gz home-manager
+$
nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz home-manager
$
nix-channel --update
- if you follow a Nixpkgs version 20.03 channel. + if you follow a Nixpkgs version 20.09 channel.
On NixOS you may need to log out and back in for the channel to become available. On non-NixOS you may have to add @@ -117,10 +117,10 @@ $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
if you are following Nixpkgs master or an unstable channel and
-#
nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.03.tar.gz home-manager
+#
nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz home-manager
#
nix-channel --update
- if you follow a Nixpkgs version 20.03 channel. + if you follow a Nixpkgs version 20.09 channel.
It is then possible to add
@@ -177,10 +177,10 @@ home-manager.useGlobalPkgs = true;
if you are following Nixpkgs master or an unstable channel and
-#
nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.03.tar.gz home-manager
+#
nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz home-manager
#
nix-channel --update
- if you follow a Nixpkgs version 20.03 channel. + if you follow a Nixpkgs version 20.09 channel.
It is then possible to add
diff --git a/options.html b/options.html index 5c119df5b..6ab462f54 100644 --- a/options.html +++ b/options.html @@ -1257,7 +1257,7 @@ settings are in effect and will therefore help avoid breaking program configurations. Switching to a higher state version typically requires performing some manual steps, such as data conversion or moving files. -Type: one of "18.09", "19.03", "19.09", "20.03", "20.09"
Default:
+
Type: one of "18.09", "19.03", "19.09", "20.03", "20.09", "21.03"
Default:
"18.09"
Declared by: