Fix outdated option name

This commit is contained in:
Ben Merritt 2021-10-04 08:54:27 -07:00
parent cb3eca3fb0
commit fbfb84b96c

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