docs: fix option name

Fixes #4589
This commit is contained in:
Robert Helgesson 2023-10-20 23:56:29 +02:00
parent c5c1ea8518
commit ae631b0b20
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ home-manager.users.eve = { pkgs, ... }: {
# The state version is required and should stay at the version you
# originally installed.
system.stateVersion = "23.05";
home.stateVersion = "23.05";
};
----
@ -285,7 +285,7 @@ home-manager.users.eve = { pkgs, ... }: {
# The state version is required and should stay at the version you
# originally installed.
system.stateVersion = "23.05";
home.stateVersion = "23.05";
};
----