1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

docs: fix option name

Fixes #4589
This commit is contained in:
Robert Helgesson 2023-10-20 23:56:29 +02:00 committed by Mikilio
parent e6f3da6be1
commit 1807ce921e
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

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";
};
----