Merge pull request #385 from blm768/update-docs

Fix outdated option name
This commit is contained in:
Parthiv Seetharaman 2022-01-11 11:01:18 -08:00 committed by GitHub
commit 283f6b255e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,9 +37,10 @@ User profiles can be collected in a similar fashion as system ones into a `suite
argument that gets passed to your home-manager users.
### Example
`flake.nix`
```nix
{
home-manager.users.nixos = { suites, ... }: {
home.users.nixos = { suites, ... }: {
imports = suites.base;
};
}