readme: use less ambiguous user name in example

The example used `user` as the username, which may be confusing.
Instead use `jdoe`, which is more clearly a username.
This commit is contained in:
David Arnold 2020-12-23 12:40:24 -05:00 committed by Robert Helgesson
parent 3627ec4de5
commit ca7fd5a643
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ as follows:
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.user = import ./home.nix;
home-manager.users.jdoe = import ./home.nix;
}
];
};