1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00

doc: darwin: user.users.eve -> users.users.eve (#2258)

This fixes a broken example for nix-darwin in the docs.
This commit is contained in:
zach latta 2021-08-10 14:41:00 -04:00 committed by GitHub
parent 5515ec99cc
commit a57ef9dad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ For example, a nix-darwin configuration may include the lines
[source,nix]
----
user.users.eve = {
users.users.eve = {
name = "eve";
home = "/Users/eve";
}